#CED3CB

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

Shades of Ottoman #CED3CB

Tints of Ottoman #CED3CB

Color information

#CED3CB (or 0xCED3CB) is unknown color: approx Ottoman. HEX triplet: CE, D3 and CB. RGB value is (206,211,203). Sum of RGB (Red+Green+Blue) = 206+211+203=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 211 - color contains mainly: green. Hex color #CED3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3CB is #312C34. Grayscale: #D0D0D0. Windows color (decimal): -3222581 or 13358030. OLE color: 13358030.

HSL color Cylindrical-coordinate representation of color #CED3CB: hue angle of 97.5º degrees, saturation: 0.08, 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 #CED3CB is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB206211203-
CMYK0.0200.040.17
HSL97.5º8.33%81.18%-
HSV(B)97.5º3.79%82.75%-
XYZ59.5364.0265.72-
YUV208.59124.84126.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.23%
GREEN value IS 211 (82.81% from 255) = 34.03%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=33.23%
G=34.03%
B=32.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062112030.0200.040.1797.58.3381.18
HexCED3CB2041161851
Octal3163233132042114110121
Binary11001110110100111100101110010010001110000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED3CB; }

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

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

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

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

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

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

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

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