#D5DDCB

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

Shades of Ottoman #D5DDCB

Tints of Ottoman #D5DDCB

Color information

#D5DDCB (or 0xD5DDCB) is unknown color: approx Ottoman. HEX triplet: D5, DD and CB. RGB value is (213,221,203). Sum of RGB (Red+Green+Blue) = 213+221+203=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDCB is #2A2234. Grayscale: #D8D8D8. Windows color (decimal): -2761269 or 13360597. OLE color: 13360597.

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

Color convert

RGB213221203-
CMYK0.0400.080.13
HSL86.67º20.93%83.14%-
HSV(B)86.67º8.14%86.67%-
XYZ64.0870.1766.67-
YUV216.56120.35125.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.44%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 203 (79.69% from 255) = 31.87%
R=33.44%
G=34.69%
B=31.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132212030.0400.080.1386.6720.9383.14
HexD5DDCB408D571553
Octal32533531340101512725123
Binary1101010111011101110010111000100011011010111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DDCB; }

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

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

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

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

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

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

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

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