#CED7C5

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

Shades of Ottoman #CED7C5

Tints of Ottoman #CED7C5

Color information

#CED7C5 (or 0xCED7C5) is unknown color: approx Ottoman. HEX triplet: CE, D7 and C5. RGB value is (206,215,197). Sum of RGB (Red+Green+Blue) = 206+215+197=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 215 (84.38% from 255 or 34.79% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7C5 is #31283A. Grayscale: #D2D2D2. Windows color (decimal): -3221563 or 12965838. OLE color: 12965838.

HSL color Cylindrical-coordinate representation of color #CED7C5: hue angle of 90º 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 #CED7C5 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB206215197-
CMYK0.0400.080.16
HSL90º18.37%80.78%-
HSV(B)90º8.37%84.31%-
XYZ59.8365.7562.36-
YUV210.26120.52124.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.33%
GREEN value IS 215 (84.38% from 255) = 34.79%
BLUE value IS 197 (77.34% from 255) = 31.88%
R=33.33%
G=34.79%
B=31.88%

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
Decimal2062151970.0400.080.169018.3780.78
HexCED7C5408105a1251
Octal31632730540102013222121
Binary11001110110101111100010110001000100001011010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED7C5; }

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

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

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

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

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

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

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

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