#CED7C4

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

Shades of Ottoman #CED7C4

Tints of Ottoman #CED7C4

Color information

#CED7C4 (or 0xCED7C4) is unknown color: approx Ottoman. HEX triplet: CE, D7 and C4. RGB value is (206,215,196). Sum of RGB (Red+Green+Blue) = 206+215+196=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 215 (84.38% from 255 or 34.85% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7C4 is #31283B. Grayscale: #D2D2D2. Windows color (decimal): -3221564 or 12900302. OLE color: 12900302.

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

Color convert

RGB206215196-
CMYK0.0400.090.16
HSL88.42º19.19%80.59%-
HSV(B)88.42º8.84%84.31%-
XYZ59.7265.7161.76-
YUV210.14120.02125.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.39%
GREEN value IS 215 (84.38% from 255) = 34.85%
BLUE value IS 196 (76.95% from 255) = 31.77%
R=33.39%
G=34.85%
B=31.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062151960.0400.090.1688.4219.1980.59
HexCED7C440910581351
Octal31632730440112013023121
Binary11001110110101111100010010001001100001011000100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED7C4; }

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

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

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

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

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

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

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

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