#CFE0AF

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

Shades of Reef #CFE0AF

Tints of Reef #CFE0AF

Color information

#CFE0AF (or 0xCFE0AF) is unknown color: approx Reef. HEX triplet: CF, E0 and AF. RGB value is (207,224,175). Sum of RGB (Red+Green+Blue) = 207+224+175=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE0AF is #301F50. Grayscale: #D5D5D5. Windows color (decimal): -3153745 or 11526351. OLE color: 11526351.

HSL color Cylindrical-coordinate representation of color #CFE0AF: hue angle of 80.82º degrees, saturation: 0.44, 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 #CFE0AF is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB207224175-
CMYK0.0800.220.12
HSL80.82º44.14%78.24%-
HSV(B)80.82º21.88%87.84%-
XYZ60.1369.6750.84-
YUV213.33106.37123.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.16%
GREEN value IS 224 (87.89% from 255) = 36.96%
BLUE value IS 175 (68.75% from 255) = 28.88%
R=34.16%
G=36.96%
B=28.88%

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
Decimal2072241750.0800.220.1280.8244.1478.24
HexCFE0AF8016C512c4e
Octal317340257100261412154116
Binary1100111111100000101011111000010110110010100011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE0AF; }

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

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

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

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

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

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

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

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