#CED6C9

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

Shades of Ottoman #CED6C9

Tints of Ottoman #CED6C9

Color information

#CED6C9 (or 0xCED6C9) is unknown color: approx Ottoman. HEX triplet: CE, D6 and C9. RGB value is (206,214,201). Sum of RGB (Red+Green+Blue) = 206+214+201=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 201 (78.91% from 255 or 32.37% from 621); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6C9 is #312936. Grayscale: #D2D2D2. Windows color (decimal): -3221815 or 13227726. OLE color: 13227726.

HSL color Cylindrical-coordinate representation of color #CED6C9: hue angle of 96.92º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED6C9 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB206214201-
CMYK0.0400.060.16
HSL96.92º13.68%81.37%-
HSV(B)96.92º6.07%83.92%-
XYZ60.0465.4364.72-
YUV210.13122.85125.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 214 (83.98% from 255) = 34.46%
BLUE value IS 201 (78.91% from 255) = 32.37%
R=33.17%
G=34.46%
B=32.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062142010.0400.060.1696.9213.6881.37
HexCED6C94061061e51
Octal3163263114062014116121
Binary110011101101011011001001100011010000110000111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED6C9; }

 p { color: rgb(206,214,201); }

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

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

 a { background-color: rgb(206,214,201); }

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

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

 span { border-color: rgb(206,214,201); }

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