#CFDEAC

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

Shades of Reef #CFDEAC

Tints of Reef #CFDEAC

Color information

#CFDEAC (or 0xCFDEAC) is unknown color: approx Reef. HEX triplet: CF, DE and AC. RGB value is (207,222,172). Sum of RGB (Red+Green+Blue) = 207+222+172=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDEAC is #302153. Grayscale: #D4D4D4. Windows color (decimal): -3154260 or 11329231. OLE color: 11329231.

HSL color Cylindrical-coordinate representation of color #CFDEAC: hue angle of 78º degrees, saturation: 0.43, 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 #CFDEAC is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB207222172-
CMYK0.0700.230.13
HSL78º43.1%77.25%-
HSV(B)78º22.52%87.06%-
XYZ59.368.4949.12-
YUV211.82105.53124.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.44%
GREEN value IS 222 (87.11% from 255) = 36.94%
BLUE value IS 172 (67.58% from 255) = 28.62%
R=34.44%
G=36.94%
B=28.62%

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
Decimal2072221720.0700.230.137843.177.25
HexCFDEAC7017D4e2b4d
Octal31733625470271511653115
Binary110011111101111010101100111010111110110011101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEAC; }

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

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

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

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

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

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

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

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