#CEDEBD

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

Shades of Ottoman #CEDEBD

Tints of Ottoman #CEDEBD

Color information

#CEDEBD (or 0xCEDEBD) is unknown color: approx Ottoman. HEX triplet: CE, DE and BD. RGB value is (206,222,189). Sum of RGB (Red+Green+Blue) = 206+222+189=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEBD is #312142. Grayscale: #D5D5D5. Windows color (decimal): -3219779 or 12443342. OLE color: 12443342.

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

Color convert

RGB206222189-
CMYK0.0700.150.13
HSL89.09º33.33%80.59%-
HSV(B)89.09º14.86%87.06%-
XYZ60.7669.0458.27-
YUV213.45114.2122.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.39%
GREEN value IS 222 (87.11% from 255) = 35.98%
BLUE value IS 189 (74.22% from 255) = 30.63%
R=33.39%
G=35.98%
B=30.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062221890.0700.150.1389.0933.3380.59
HexCEDEBD70FD592151
Octal31633627570171513141121
Binary11001110110111101011110111101111110110110011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDEBD; }

 p { color: rgb(206,222,189); }

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

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

 a { background-color: rgb(206,222,189); }

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

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

 span { border-color: rgb(206,222,189); }

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