#CED4CB

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

Shades of Ottoman #CED4CB

Tints of Ottoman #CED4CB

Color information

#CED4CB (or 0xCED4CB) is unknown color: approx Ottoman. HEX triplet: CE, D4 and CB. RGB value is (206,212,203). Sum of RGB (Red+Green+Blue) = 206+212+203=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 212 - color contains mainly: green. Hex color #CED4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED4CB is #312B34. Grayscale: #D1D1D1. Windows color (decimal): -3222325 or 13358286. OLE color: 13358286.

HSL color Cylindrical-coordinate representation of color #CED4CB: hue angle of 100º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CED4CB is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB206212203-
CMYK0.0300.040.17
HSL100º9.47%81.37%-
HSV(B)100º4.25%83.14%-
XYZ59.7864.5265.8-
YUV209.18124.51125.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 212 (83.20% from 255) = 34.14%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=33.17%
G=34.14%
B=32.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062122030.0300.040.171009.4781.37
HexCED4CB3041164951
Octal3163243133042114411121
Binary11001110110101001100101111010010001110010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED4CB; }

 p { color: rgb(206,212,203); }

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

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

 a { background-color: rgb(206,212,203); }

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

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

 span { border-color: rgb(206,212,203); }

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