#CFE0AE

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

Shades of Reef #CFE0AE

Tints of Reef #CFE0AE

Color information

#CFE0AE (or 0xCFE0AE) is unknown color: approx Reef. HEX triplet: CF, E0 and AE. RGB value is (207,224,174). Sum of RGB (Red+Green+Blue) = 207+224+174=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE0AE is #301F51. Grayscale: #D5D5D5. Windows color (decimal): -3153746 or 11460815. OLE color: 11460815.

HSL color Cylindrical-coordinate representation of color #CFE0AE: hue angle of 80.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFE0AE is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB207224174-
CMYK0.0800.220.12
HSL80.4º44.64%78.04%-
HSV(B)80.4º22.32%87.84%-
XYZ60.0369.6350.32-
YUV213.22105.87123.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 224 (87.89% from 255) = 37.02%
BLUE value IS 174 (68.36% from 255) = 28.76%
R=34.21%
G=37.02%
B=28.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072241740.0800.220.1280.444.6478.04
HexCFE0AE8016C502d4e
Octal317340256100261412055116
Binary1100111111100000101011101000010110110010100001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE0AE; }

 p { color: rgb(207,224,174); }

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

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

 a { background-color: rgb(207,224,174); }

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

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

 span { border-color: rgb(207,224,174); }

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