#CEDCC5

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

Shades of Ottoman #CEDCC5

Tints of Ottoman #CEDCC5

Color information

#CEDCC5 (or 0xCEDCC5) is unknown color: approx Ottoman. HEX triplet: CE, DC and C5. RGB value is (206,220,197). Sum of RGB (Red+Green+Blue) = 206+220+197=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCC5 is #31233A. Grayscale: #D5D5D5. Windows color (decimal): -3220283 or 12967118. OLE color: 12967118.

HSL color Cylindrical-coordinate representation of color #CEDCC5: hue angle of 96.52º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEDCC5 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB206220197-
CMYK0.0600.100.14
HSL96.52º24.73%81.76%-
HSV(B)96.52º10.45%86.27%-
XYZ61.1268.3462.79-
YUV213.19118.86122.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.07%
GREEN value IS 220 (86.33% from 255) = 35.31%
BLUE value IS 197 (77.34% from 255) = 31.62%
R=33.07%
G=35.31%
B=31.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201970.0600.100.1496.5224.7381.76
HexCEDCC560AE611952
Octal31633430560121614131122
Binary1100111011011100110001011100101011101100001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCC5; }

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

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

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

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

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

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

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

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