#CEDEAC

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

Shades of Reef #CEDEAC

Tints of Reef #CEDEAC

Color information

#CEDEAC (or 0xCEDEAC) is unknown color: approx Reef. HEX triplet: CE, DE and AC. RGB value is (206,222,172). Sum of RGB (Red+Green+Blue) = 206+222+172=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDEAC is #312153. Grayscale: #D3D3D3. Windows color (decimal): -3219796 or 11329230. OLE color: 11329230.

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

Color convert

RGB206222172-
CMYK0.0700.230.13
HSL79.2º43.1%77.25%-
HSV(B)79.2º22.52%87.06%-
XYZ59.0268.3449.11-
YUV211.52105.7124.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.33%
GREEN value IS 222 (87.11% from 255) = 37%
BLUE value IS 172 (67.58% from 255) = 28.67%
R=34.33%
G=37%
B=28.67%

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
Decimal2062221720.0700.230.1379.243.177.25
HexCEDEAC7017D4f2b4d
Octal31633625470271511753115
Binary110011101101111010101100111010111110110011111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDEAC; }

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

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

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

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

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

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

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

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