#CFE4AB

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

Shades of Reef #CFE4AB

Tints of Reef #CFE4AB

Color information

#CFE4AB (or 0xCFE4AB) is unknown color: approx Reef. HEX triplet: CF, E4 and AB. RGB value is (207,228,171). Sum of RGB (Red+Green+Blue) = 207+228+171=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE4AB is #301B54. Grayscale: #D7D7D7. Windows color (decimal): -3152725 or 11265231. OLE color: 11265231.

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

Color convert

RGB207228171-
CMYK0.0900.250.11
HSL82.11º51.35%78.24%-
HSV(B)82.11º25%89.41%-
XYZ60.8371.6949.16-
YUV215.22103.04122.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.16%
GREEN value IS 228 (89.45% from 255) = 37.62%
BLUE value IS 171 (67.19% from 255) = 28.22%
R=34.16%
G=37.62%
B=28.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072281710.0900.250.1182.1151.3578.24
HexCFE4AB9019B52334e
Octal317344253110311312263116
Binary1100111111100100101010111001011001101110100101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE4AB; }

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

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

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

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

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

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

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

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