#CFE9AB

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

Shades of Reef #CFE9AB

Tints of Reef #CFE9AB

Color information

#CFE9AB (or 0xCFE9AB) is unknown color: approx Reef. HEX triplet: CF, E9 and AB. RGB value is (207,233,171). Sum of RGB (Red+Green+Blue) = 207+233+171=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE9AB is #301654. Grayscale: #DADADA. Windows color (decimal): -3151445 or 11266511. OLE color: 11266511.

HSL color Cylindrical-coordinate representation of color #CFE9AB: hue angle of 85.16º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFE9AB is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB207233171-
CMYK0.1100.270.09
HSL85.16º58.49%79.22%-
HSV(B)85.16º26.61%91.37%-
XYZ62.2274.4849.63-
YUV218.16101.39120.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.88%
GREEN value IS 233 (91.41% from 255) = 38.13%
BLUE value IS 171 (67.19% from 255) = 27.99%
R=33.88%
G=38.13%
B=27.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072331710.1100.270.0985.1658.4979.22
HexCFE9ABB01B9553a4f
Octal317351253130331112572117
Binary1100111111101001101010111011011011100110101011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE9AB; }

 p { color: rgb(207,233,171); }

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

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

 a { background-color: rgb(207,233,171); }

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

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

 span { border-color: rgb(207,233,171); }

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