#CFE3AA

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

Shades of Reef #CFE3AA

Tints of Reef #CFE3AA

Color information

#CFE3AA (or 0xCFE3AA) is unknown color: approx Reef. HEX triplet: CF, E3 and AA. RGB value is (207,227,170). Sum of RGB (Red+Green+Blue) = 207+227+170=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE3AA is #301C55. Grayscale: #D6D6D6. Windows color (decimal): -3152982 or 11199439. OLE color: 11199439.

HSL color Cylindrical-coordinate representation of color #CFE3AA: hue angle of 81.05º degrees, saturation: 0.5, 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 #CFE3AA is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB207227170-
CMYK0.0900.250.11
HSL81.05º50.44%77.84%-
HSV(B)81.05º25.11%89.02%-
XYZ60.4671.1148.57-
YUV214.52102.87122.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 227 (89.06% from 255) = 37.58%
BLUE value IS 170 (66.80% from 255) = 28.15%
R=34.27%
G=37.58%
B=28.15%

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
Decimal2072271700.0900.250.1181.0550.4477.84
HexCFE3AA9019B51324e
Octal317343252110311312162116
Binary1100111111100011101010101001011001101110100011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE3AA; }

 p { color: rgb(207,227,170); }

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

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

 a { background-color: rgb(207,227,170); }

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

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

 span { border-color: rgb(207,227,170); }

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