#CFDEA2

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

Shades of Reef #CFDEA2

Tints of Reef #CFDEA2

Color information

#CFDEA2 (or 0xCFDEA2) is unknown color: approx Reef. HEX triplet: CF, DE and A2. RGB value is (207,222,162). Sum of RGB (Red+Green+Blue) = 207+222+162=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 162 (63.67% from 255 or 27.41% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDEA2 is #30215D. Grayscale: #D2D2D2. Windows color (decimal): -3154270 or 10673871. OLE color: 10673871.

HSL color Cylindrical-coordinate representation of color #CFDEA2: hue angle of 75º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFDEA2 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB207222162-
CMYK0.0700.270.13
HSL75º47.62%75.29%-
HSV(B)75º27.03%87.06%-
XYZ58.3768.1244.25-
YUV210.68100.53125.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.03%
GREEN value IS 222 (87.11% from 255) = 37.56%
BLUE value IS 162 (63.67% from 255) = 27.41%
R=35.03%
G=37.56%
B=27.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072221620.0700.270.137547.6275.29
HexCFDEA2701BD4b304b
Octal31733624270331511360113
Binary110011111101111010100010111011011110110010111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEA2; }

 p { color: rgb(207,222,162); }

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

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

 a { background-color: rgb(207,222,162); }

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

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

 span { border-color: rgb(207,222,162); }

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