#CFECA9

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

Shades of Reef #CFECA9

Tints of Reef #CFECA9

Color information

#CFECA9 (or 0xCFECA9) is unknown color: approx Reef. HEX triplet: CF, EC and A9. RGB value is (207,236,169). Sum of RGB (Red+Green+Blue) = 207+236+169=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 169 (66.41% from 255 or 27.61% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFECA9 is #301356. Grayscale: #DBDBDB. Windows color (decimal): -3150679 or 11136207. OLE color: 11136207.

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

Color convert

RGB207236169-
CMYK0.1200.280.07
HSL85.97º63.81%79.41%-
HSV(B)85.97º28.39%92.55%-
XYZ62.8976.1248.91-
YUV219.6999.39118.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.82%
GREEN value IS 236 (92.58% from 255) = 38.56%
BLUE value IS 169 (66.41% from 255) = 27.61%
R=33.82%
G=38.56%
B=27.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072361690.1200.280.0785.9763.8179.41
HexCFECA9C01C756404f
Octal317354251140347126100117
Binary1100111111101100101010011100011100111101011010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECA9; }

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

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

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

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

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

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

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

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