#CEDDB8

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

Shades of Ottoman #CEDDB8

Tints of Ottoman #CEDDB8

Color information

#CEDDB8 (or 0xCEDDB8) is unknown color: approx Ottoman. HEX triplet: CE, DD and B8. RGB value is (206,221,184). Sum of RGB (Red+Green+Blue) = 206+221+184=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 184 (72.27% from 255 or 30.11% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDB8 is #312247. Grayscale: #D4D4D4. Windows color (decimal): -3220040 or 12115406. OLE color: 12115406.

HSL color Cylindrical-coordinate representation of color #CEDDB8: hue angle of 84.32º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEDDB8 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB206221184-
CMYK0.0700.170.13
HSL84.32º35.24%79.41%-
HSV(B)84.32º16.74%86.67%-
XYZ59.9668.355.37-
YUV212.3112.03123.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.72%
GREEN value IS 221 (86.72% from 255) = 36.17%
BLUE value IS 184 (72.27% from 255) = 30.11%
R=33.72%
G=36.17%
B=30.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062211840.0700.170.1384.3235.2479.41
HexCEDDB87011D54234f
Octal31633527070211512443117
Binary110011101101110110111000111010001110110101001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDB8; }

 p { color: rgb(206,221,184); }

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

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

 a { background-color: rgb(206,221,184); }

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

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

 span { border-color: rgb(206,221,184); }

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