#CEDCA6

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

Shades of Reef #CEDCA6

Tints of Reef #CEDCA6

Color information

#CEDCA6 (or 0xCEDCA6) is unknown color: approx Reef. HEX triplet: CE, DC and A6. RGB value is (206,220,166). Sum of RGB (Red+Green+Blue) = 206+220+166=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 166 (65.23% from 255 or 28.04% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDCA6 is #312359. Grayscale: #D1D1D1. Windows color (decimal): -3220314 or 10935502. OLE color: 10935502.

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

Color convert

RGB206220166-
CMYK0.0600.250.14
HSL75.56º43.55%75.69%-
HSV(B)75.56º24.55%86.27%-
XYZ57.9367.0645.97-
YUV209.66103.36125.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.80%
GREEN value IS 220 (86.33% from 255) = 37.16%
BLUE value IS 166 (65.23% from 255) = 28.04%
R=34.80%
G=37.16%
B=28.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201660.0600.250.1475.5643.5575.69
HexCEDCA66019E4c2c4c
Octal31633424660311611454114
Binary110011101101110010100110110011001111010011001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCA6; }

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

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

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

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

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

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

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

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