#CEDCBA

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

Shades of Ottoman #CEDCBA

Tints of Ottoman #CEDCBA

Color information

#CEDCBA (or 0xCEDCBA) is unknown color: approx Ottoman. HEX triplet: CE, DC and BA. RGB value is (206,220,186). Sum of RGB (Red+Green+Blue) = 206+220+186=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCBA is #312345. Grayscale: #D4D4D4. Windows color (decimal): -3220294 or 12246222. OLE color: 12246222.

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

Color convert

RGB206220186-
CMYK0.0600.150.14
HSL84.71º32.69%79.61%-
HSV(B)84.71º15.45%86.27%-
XYZ59.9167.8556.39-
YUV211.94113.36123.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.66%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 186 (73.05% from 255) = 30.39%
R=33.66%
G=35.95%
B=30.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201860.0600.150.1484.7132.6979.61
HexCEDCBA60FE552150
Octal31633427260171612541120
Binary11001110110111001011101011001111111010101011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCBA; }

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

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

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

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

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

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

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

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