#CED7C9

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

Shades of Ottoman #CED7C9

Tints of Ottoman #CED7C9

Color information

#CED7C9 (or 0xCED7C9) is unknown color: approx Ottoman. HEX triplet: CE, D7 and C9. RGB value is (206,215,201). Sum of RGB (Red+Green+Blue) = 206+215+201=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 215 (84.38% from 255 or 34.57% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7C9 is #312836. Grayscale: #D2D2D2. Windows color (decimal): -3221559 or 13227982. OLE color: 13227982.

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

Color convert

RGB206215201-
CMYK0.0400.070.16
HSL98.57º14.89%81.57%-
HSV(B)98.57º6.51%84.31%-
XYZ60.365.9464.81-
YUV210.71122.52124.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.12%
GREEN value IS 215 (84.38% from 255) = 34.57%
BLUE value IS 201 (78.91% from 255) = 32.32%
R=33.12%
G=34.57%
B=32.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062152010.0400.070.1698.5714.8981.57
HexCED7C94071063f52
Octal3163273114072014317122
Binary110011101101011111001001100011110000110001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED7C9; }

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

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

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

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

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

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

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

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