#CFE2AB

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

Shades of Reef #CFE2AB

Tints of Reef #CFE2AB

Color information

#CFE2AB (or 0xCFE2AB) is unknown color: approx Reef. HEX triplet: CF, E2 and AB. RGB value is (207,226,171). Sum of RGB (Red+Green+Blue) = 207+226+171=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE2AB is #301D54. Grayscale: #D6D6D6. Windows color (decimal): -3153237 or 11264719. OLE color: 11264719.

HSL color Cylindrical-coordinate representation of color #CFE2AB: hue angle of 80.73º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFE2AB is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB207226171-
CMYK0.0800.240.11
HSL80.73º48.67%77.84%-
HSV(B)80.73º24.34%88.63%-
XYZ60.2870.648.98-
YUV214.05103.71122.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 226 (88.67% from 255) = 37.42%
BLUE value IS 171 (67.19% from 255) = 28.31%
R=34.27%
G=37.42%
B=28.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072261710.0800.240.1180.7348.6777.84
HexCFE2AB8018B51314e
Octal317342253100301312161116
Binary1100111111100010101010111000011000101110100011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE2AB; }

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

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

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

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

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

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

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

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