#D5DBCE

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

Shades of Ottoman #D5DBCE

Tints of Ottoman #D5DBCE

Color information

#D5DBCE (or 0xD5DBCE) is unknown color: approx Ottoman. HEX triplet: D5, DB and CE. RGB value is (213,219,206). Sum of RGB (Red+Green+Blue) = 213+219+206=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBCE is #2A2431. Grayscale: #D7D7D7. Windows color (decimal): -2761778 or 13556693. OLE color: 13556693.

HSL color Cylindrical-coordinate representation of color #D5DBCE: hue angle of 87.69º degrees, saturation: 0.15, 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 #D5DBCE is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB213219206-
CMYK0.0300.060.14
HSL87.69º15.29%83.33%-
HSV(B)87.69º5.94%85.88%-
XYZ63.9169.2768.39-
YUV215.72122.51126.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.39%
GREEN value IS 219 (85.94% from 255) = 34.33%
BLUE value IS 206 (80.86% from 255) = 32.29%
R=33.39%
G=34.33%
B=32.29%

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
Decimal2132192060.0300.060.1487.6915.2983.33
HexD5DBCE306E58f53
Octal3253333163061613017123
Binary1101010111011011110011101101101110101100011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DBCE; }

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

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

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

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

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

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

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

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