#CED7C6

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

Shades of Ottoman #CED7C6

Tints of Ottoman #CED7C6

Color information

#CED7C6 (or 0xCED7C6) is unknown color: approx Ottoman. HEX triplet: CE, D7 and C6. RGB value is (206,215,198). Sum of RGB (Red+Green+Blue) = 206+215+198=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7C6 is #312839. Grayscale: #D2D2D2. Windows color (decimal): -3221562 or 13031374. OLE color: 13031374.

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

Color convert

RGB206215198-
CMYK0.0400.080.16
HSL91.76º17.53%80.98%-
HSV(B)91.76º7.91%84.31%-
XYZ59.9565.862.97-
YUV210.37121.02124.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.28%
GREEN value IS 215 (84.38% from 255) = 34.73%
BLUE value IS 198 (77.73% from 255) = 31.99%
R=33.28%
G=34.73%
B=31.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062151980.0400.080.1691.7617.5380.98
HexCED7C6408105c1251
Octal31632730640102013422121
Binary11001110110101111100011010001000100001011100100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED7C6; }

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

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

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

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

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

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

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

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