#D5DCD0

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

Shades of Ottoman #D5DCD0

Tints of Ottoman #D5DCD0

Color information

#D5DCD0 (or 0xD5DCD0) is unknown color: approx Ottoman. HEX triplet: D5, DC and D0. RGB value is (213,220,208). Sum of RGB (Red+Green+Blue) = 213+220+208=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCD0 is #2A232F. Grayscale: #D8D8D8. Windows color (decimal): -2761520 or 13688021. OLE color: 13688021.

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

Color convert

RGB213220208-
CMYK0.0300.050.14
HSL95º14.63%83.92%-
HSV(B)95º5.45%86.27%-
XYZ64.4269.8969.77-
YUV216.54123.18125.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.23%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 208 (81.64% from 255) = 32.45%
R=33.23%
G=34.32%
B=32.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132202080.0300.050.149514.6383.92
HexD5DCD0305E5ff54
Octal3253343203051613717124
Binary1101010111011100110100001101011110101111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DCD0; }

 p { color: rgb(213,220,208); }

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

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

 a { background-color: rgb(213,220,208); }

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

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

 span { border-color: rgb(213,220,208); }

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