#CEDCA2

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

Shades of Reef #CEDCA2

Tints of Reef #CEDCA2

Color information

#CEDCA2 (or 0xCEDCA2) is unknown color: approx Reef. HEX triplet: CE, DC and A2. RGB value is (206,220,162). Sum of RGB (Red+Green+Blue) = 206+220+162=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDCA2 is #31235D. Grayscale: #D1D1D1. Windows color (decimal): -3220318 or 10673358. OLE color: 10673358.

HSL color Cylindrical-coordinate representation of color #CEDCA2: hue angle of 74.48º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEDCA2 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB206220162-
CMYK0.0600.260.14
HSL74.48º45.31%74.9%-
HSV(B)74.48º26.36%86.27%-
XYZ57.5766.9244.06-
YUV209.2101.36125.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.03%
GREEN value IS 220 (86.33% from 255) = 37.41%
BLUE value IS 162 (63.67% from 255) = 27.55%
R=35.03%
G=37.41%
B=27.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201620.0600.260.1474.4845.3174.9
HexCEDCA2601AE4a2d4b
Octal31633424260321611255113
Binary110011101101110010100010110011010111010010101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCA2; }

 p { color: rgb(206,220,162); }

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

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

 a { background-color: rgb(206,220,162); }

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

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

 span { border-color: rgb(206,220,162); }

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