#D5DBCD

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

Shades of Ottoman #D5DBCD

Tints of Ottoman #D5DBCD

Color information

#D5DBCD (or 0xD5DBCD) is unknown color: approx Ottoman. HEX triplet: D5, DB and CD. RGB value is (213,219,205). Sum of RGB (Red+Green+Blue) = 213+219+205=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBCD is #2A2432. Grayscale: #D7D7D7. Windows color (decimal): -2761779 or 13491157. OLE color: 13491157.

HSL color Cylindrical-coordinate representation of color #D5DBCD: hue angle of 85.71º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5DBCD is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB213219205-
CMYK0.0300.060.14
HSL85.71º16.28%83.14%-
HSV(B)85.71º6.39%85.88%-
XYZ63.7969.2267.76-
YUV215.61122.01126.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.44%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=33.44%
G=34.38%
B=32.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132192050.0300.060.1485.7116.2883.14
HexD5DBCD306E561053
Octal3253333153061612620123
Binary11010101110110111100110111011011101010110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DBCD; }

 p { color: rgb(213,219,205); }

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

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

 a { background-color: rgb(213,219,205); }

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

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

 span { border-color: rgb(213,219,205); }

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