#CED7C3

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

Shades of Ottoman #CED7C3

Tints of Ottoman #CED7C3

Color information

#CED7C3 (or 0xCED7C3) is unknown color: approx Ottoman. HEX triplet: CE, D7 and C3. RGB value is (206,215,195). Sum of RGB (Red+Green+Blue) = 206+215+195=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7C3 is #31283C. Grayscale: #D2D2D2. Windows color (decimal): -3221565 or 12834766. OLE color: 12834766.

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

Color convert

RGB206215195-
CMYK0.0400.090.16
HSL87º20%80.39%-
HSV(B)87º9.3%84.31%-
XYZ59.665.6661.16-
YUV210.03119.52125.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.44%
GREEN value IS 215 (84.38% from 255) = 34.90%
BLUE value IS 195 (76.56% from 255) = 31.66%
R=33.44%
G=34.90%
B=31.66%

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
Decimal2062151950.0400.090.16872080.39
HexCED7C340910571450
Octal31632730340112012724120
Binary11001110110101111100001110001001100001010111101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED7C3; }

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

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

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

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

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

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

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

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