#CFE8AB

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

Shades of Reef #CFE8AB

Tints of Reef #CFE8AB

Color information

#CFE8AB (or 0xCFE8AB) is unknown color: approx Reef. HEX triplet: CF, E8 and AB. RGB value is (207,232,171). Sum of RGB (Red+Green+Blue) = 207+232+171=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE8AB is #301754. Grayscale: #D9D9D9. Windows color (decimal): -3151701 or 11266255. OLE color: 11266255.

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

Color convert

RGB207232171-
CMYK0.1100.260.09
HSL84.59º57.01%79.02%-
HSV(B)84.59º26.29%90.98%-
XYZ61.9473.9249.53-
YUV217.57101.72120.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.93%
GREEN value IS 232 (91.02% from 255) = 38.03%
BLUE value IS 171 (67.19% from 255) = 28.03%
R=33.93%
G=38.03%
B=28.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072321710.1100.260.0984.5957.0179.02
HexCFE8ABB01A955394f
Octal317350253130321112571117
Binary1100111111101000101010111011011010100110101011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE8AB; }

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

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

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

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

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

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

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

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