#CED0CC

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

Shades of Ottoman #CED0CC

Tints of Ottoman #CED0CC

Color information

#CED0CC (or 0xCED0CC) is unknown color: approx Ottoman. HEX triplet: CE, D0 and CC. RGB value is (206,208,204). Sum of RGB (Red+Green+Blue) = 206+208+204=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 208 - color contains mainly: green. Hex color #CED0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED0CC is #312F33. Grayscale: #CECECE. Windows color (decimal): -3223348 or 13422798. OLE color: 13422798.

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

Color convert

RGB206208204-
CMYK0.0100.020.18
HSL90º4.08%80.78%-
HSV(B)90º1.92%81.57%-
XYZ58.9162.5966.1-
YUV206.95126.34127.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.33%
GREEN value IS 208 (81.64% from 255) = 33.66%
BLUE value IS 204 (80.08% from 255) = 33.01%
R=33.33%
G=33.66%
B=33.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062082040.0100.020.18904.0880.78
HexCED0CC102125a451
Octal316320314102221324121
Binary11001110110100001100110010101001010110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED0CC; }

 p { color: rgb(206,208,204); }

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

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

 a { background-color: rgb(206,208,204); }

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

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

 span { border-color: rgb(206,208,204); }

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