#D5DDCA

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

Shades of Ottoman #D5DDCA

Tints of Ottoman #D5DDCA

Color information

#D5DDCA (or 0xD5DDCA) is unknown color: approx Ottoman. HEX triplet: D5, DD and CA. RGB value is (213,221,202). Sum of RGB (Red+Green+Blue) = 213+221+202=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDCA is #2A2235. Grayscale: #D8D8D8. Windows color (decimal): -2761270 or 13295061. OLE color: 13295061.

HSL color Cylindrical-coordinate representation of color #D5DDCA: hue angle of 85.26º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5DDCA is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB213221202-
CMYK0.0400.090.13
HSL85.26º21.84%82.94%-
HSV(B)85.26º8.6%86.67%-
XYZ63.9670.1266.04-
YUV216.44119.85125.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.49%
GREEN value IS 221 (86.72% from 255) = 34.75%
BLUE value IS 202 (79.30% from 255) = 31.76%
R=33.49%
G=34.75%
B=31.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132212020.0400.090.1385.2621.8482.94
HexD5DDCA409D551653
Octal32533531240111512526123
Binary1101010111011101110010101000100111011010101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DDCA; }

 p { color: rgb(213,221,202); }

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

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

 a { background-color: rgb(213,221,202); }

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

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

 span { border-color: rgb(213,221,202); }

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