#CEDCB8

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

Shades of Ottoman #CEDCB8

Tints of Ottoman #CEDCB8

Color information

#CEDCB8 (or 0xCEDCB8) is unknown color: approx Ottoman. HEX triplet: CE, DC and B8. RGB value is (206,220,184). Sum of RGB (Red+Green+Blue) = 206+220+184=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 184 (72.27% from 255 or 30.16% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCB8 is #312347. Grayscale: #D3D3D3. Windows color (decimal): -3220296 or 12115150. OLE color: 12115150.

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

Color convert

RGB206220184-
CMYK0.0600.160.14
HSL83.33º33.96%79.22%-
HSV(B)83.33º16.36%86.27%-
XYZ59.767.7755.28-
YUV211.71112.36123.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.77%
GREEN value IS 220 (86.33% from 255) = 36.07%
BLUE value IS 184 (72.27% from 255) = 30.16%
R=33.77%
G=36.07%
B=30.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201840.0600.160.1483.3333.9679.22
HexCEDCB86010E53224f
Octal31633427060201612342117
Binary110011101101110010111000110010000111010100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCB8; }

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

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

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

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

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

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

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

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