#CFECAF

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

Shades of Reef #CFECAF

Tints of Reef #CFECAF

Color information

#CFECAF (or 0xCFECAF) is unknown color: approx Reef. HEX triplet: CF, EC and AF. RGB value is (207,236,175). Sum of RGB (Red+Green+Blue) = 207+236+175=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFECAF is #301350. Grayscale: #DCDCDC. Windows color (decimal): -3150673 or 11529423. OLE color: 11529423.

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

Color convert

RGB207236175-
CMYK0.1200.260.07
HSL88.52º61.62%80.59%-
HSV(B)88.52º25.85%92.55%-
XYZ63.4776.3551.95-
YUV220.37102.39118.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 236 (92.58% from 255) = 38.19%
BLUE value IS 175 (68.75% from 255) = 28.32%
R=33.50%
G=38.19%
B=28.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072361750.1200.260.0788.5261.6280.59
HexCFECAFC01A7593e51
Octal31735425714032713176121
Binary110011111110110010101111110001101011110110011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECAF; }

 p { color: rgb(207,236,175); }

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

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

 a { background-color: rgb(207,236,175); }

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

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

 span { border-color: rgb(207,236,175); }

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