#CEDCAA

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

Shades of Reef #CEDCAA

Tints of Reef #CEDCAA

Color information

#CEDCAA (or 0xCEDCAA) is unknown color: approx Reef. HEX triplet: CE, DC and AA. RGB value is (206,220,170). Sum of RGB (Red+Green+Blue) = 206+220+170=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDCAA is #312355. Grayscale: #D2D2D2. Windows color (decimal): -3220310 or 11197646. OLE color: 11197646.

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

Color convert

RGB206220170-
CMYK0.0600.230.14
HSL76.8º41.67%76.47%-
HSV(B)76.8º22.73%86.27%-
XYZ58.367.2147.93-
YUV210.11105.36125.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.56%
GREEN value IS 220 (86.33% from 255) = 36.91%
BLUE value IS 170 (66.80% from 255) = 28.52%
R=34.56%
G=36.91%
B=28.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201700.0600.230.1476.841.6776.47
HexCEDCAA6017E4d2a4c
Octal31633425260271611552114
Binary110011101101110010101010110010111111010011011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCAA; }

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

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

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

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

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

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

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

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