#CED9C8

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

Shades of Ottoman #CED9C8

Tints of Ottoman #CED9C8

Color information

#CED9C8 (or 0xCED9C8) is unknown color: approx Ottoman. HEX triplet: CE, D9 and C8. RGB value is (206,217,200). Sum of RGB (Red+Green+Blue) = 206+217+200=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9C8 is #312637. Grayscale: #D3D3D3. Windows color (decimal): -3221048 or 13162958. OLE color: 13162958.

HSL color Cylindrical-coordinate representation of color #CED9C8: hue angle of 98.82º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CED9C8 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB206217200-
CMYK0.0500.080.15
HSL98.82º18.28%81.76%-
HSV(B)98.82º7.83%85.1%-
XYZ60.6966.9264.36-
YUV211.77121.36123.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.07%
GREEN value IS 217 (85.16% from 255) = 34.83%
BLUE value IS 200 (78.52% from 255) = 32.10%
R=33.07%
G=34.83%
B=32.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062172000.0500.080.1598.8218.2881.76
HexCED9C8508F631252
Octal31633131050101714322122
Binary1100111011011001110010001010100011111100011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED9C8; }

 p { color: rgb(206,217,200); }

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

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

 a { background-color: rgb(206,217,200); }

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

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

 span { border-color: rgb(206,217,200); }

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