#CFEDAE

Color #CFEDAE Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CFEDAE

Tints of Reef #CFEDAE

Color information

#CFEDAE (or 0xCFEDAE) is unknown color: approx Reef. HEX triplet: CF, ED and AE. RGB value is (207,237,174). Sum of RGB (Red+Green+Blue) = 207+237+174=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEDAE is #301251. Grayscale: #DDDDDD. Windows color (decimal): -3150418 or 11464143. OLE color: 11464143.

HSL color Cylindrical-coordinate representation of color #CFEDAE: hue angle of 88.57º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFEDAE is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB207237174-
CMYK0.1300.270.07
HSL88.57º63.64%80.59%-
HSV(B)88.57º26.58%92.94%-
XYZ63.6676.8951.53-
YUV220.85101.56118.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 237 (92.97% from 255) = 38.35%
BLUE value IS 174 (68.36% from 255) = 28.16%
R=33.50%
G=38.35%
B=28.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072371740.1300.270.0788.5763.6480.59
HexCFEDAED01B7594051
Octal317355256150337131100121
Binary1100111111101101101011101101011011111101100110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDAE; }

 p { color: rgb(207,237,174); }

 H1.HeaderClassName
 {
   color: #CFEDAE;
 }
 .AnyTagClassName
 {
   color: #CFEDAE;
 }
</style>
background-color css

<style>
 a { background-color: #CFEDAE; }

 a { background-color: rgb(207,237,174); }

 div.DivClassName
 {
   background-color: #CFEDAE;
 }
 .BgClassName
 {
   background-color: #CFEDAE;
 }
</style>
border-color css

<style>
 span { border-color: #CFEDAE; }

 span { border-color: rgb(207,237,174); }

 td.TdClassName
 {
   border-color: #CFEDAE;
 }
 .TagClassName
 {
   border-color: #CFEDAE;
 }
</style>