#D5DFCD

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

Shades of Ottoman #D5DFCD

Tints of Ottoman #D5DFCD

Color information

#D5DFCD (or 0xD5DFCD) is unknown color: approx Ottoman. HEX triplet: D5, DF and CD. RGB value is (213,223,205). Sum of RGB (Red+Green+Blue) = 213+223+205=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFCD is #2A2032. Grayscale: #DADADA. Windows color (decimal): -2760755 or 13492181. OLE color: 13492181.

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

Color convert

RGB213223205-
CMYK0.0400.080.13
HSL93.33º21.95%83.92%-
HSV(B)93.33º8.07%87.45%-
XYZ64.8571.3368.11-
YUV217.96120.69124.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.23%
GREEN value IS 223 (87.5% from 255) = 34.79%
BLUE value IS 205 (80.47% from 255) = 31.98%
R=33.23%
G=34.79%
B=31.98%

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
Decimal2132232050.0400.080.1393.3321.9583.92
HexD5DFCD408D5d1654
Octal32533731540101513526124
Binary1101010111011111110011011000100011011011101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DFCD; }

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

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

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

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

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

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

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

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