#CED1CB

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

Shades of Ottoman #CED1CB

Tints of Ottoman #CED1CB

Color information

#CED1CB (or 0xCED1CB) is unknown color: approx Ottoman. HEX triplet: CE, D1 and CB. RGB value is (206,209,203). Sum of RGB (Red+Green+Blue) = 206+209+203=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 209 (82.03% from 255 or 33.82% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 209 - color contains mainly: green. Hex color #CED1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1CB is #312E34. Grayscale: #CFCFCF. Windows color (decimal): -3223093 or 13357518. OLE color: 13357518.

HSL color Cylindrical-coordinate representation of color #CED1CB: hue angle of 90º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CED1CB is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB206209203-
CMYK0.0100.030.18
HSL90º6.12%80.78%-
HSV(B)90º2.87%81.96%-
XYZ59.0363.0365.56-
YUV207.42125.51126.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.33%
GREEN value IS 209 (82.03% from 255) = 33.82%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=33.33%
G=33.82%
B=32.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062092030.0100.030.18906.1280.78
HexCED1CB103125a651
Octal316321313103221326121
Binary11001110110100011100101110111001010110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED1CB; }

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

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

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

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

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

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

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

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