#D5DCCD

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

Shades of Ottoman #D5DCCD

Tints of Ottoman #D5DCCD

Color information

#D5DCCD (or 0xD5DCCD) is unknown color: approx Ottoman. HEX triplet: D5, DC and CD. RGB value is (213,220,205). Sum of RGB (Red+Green+Blue) = 213+220+205=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCCD is #2A2332. Grayscale: #D8D8D8. Windows color (decimal): -2761523 or 13491413. OLE color: 13491413.

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

Color convert

RGB213220205-
CMYK0.0300.070.14
HSL88º17.65%83.33%-
HSV(B)88º6.82%86.27%-
XYZ64.0569.7467.84-
YUV216.2121.68125.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.39%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=33.39%
G=34.48%
B=32.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132202050.0300.070.148817.6583.33
HexD5DCCD307E581253
Octal3253343153071613022123
Binary11010101110111001100110111011111101011000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DCCD; }

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

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

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

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

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

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

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

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