#CFDEAB

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

Shades of Reef #CFDEAB

Tints of Reef #CFDEAB

Color information

#CFDEAB (or 0xCFDEAB) is unknown color: approx Reef. HEX triplet: CF, DE and AB. RGB value is (207,222,171). Sum of RGB (Red+Green+Blue) = 207+222+171=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDEAB is #302154. Grayscale: #D3D3D3. Windows color (decimal): -3154261 or 11263695. OLE color: 11263695.

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

Color convert

RGB207222171-
CMYK0.0700.230.13
HSL77.65º43.59%77.06%-
HSV(B)77.65º22.97%87.06%-
XYZ59.268.4548.62-
YUV211.7105.03124.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 222 (87.11% from 255) = 37%
BLUE value IS 171 (67.19% from 255) = 28.5%
R=34.5%
G=37%
B=28.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072221710.0700.230.1377.6543.5977.06
HexCFDEAB7017D4e2c4d
Octal31733625370271511654115
Binary110011111101111010101011111010111110110011101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEAB; }

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

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

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

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

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

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

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

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