#D5DFC7

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

Shades of Ottoman #D5DFC7

Tints of Ottoman #D5DFC7

Color information

#D5DFC7 (or 0xD5DFC7) is unknown color: approx Ottoman. HEX triplet: D5, DF and C7. RGB value is (213,223,199). Sum of RGB (Red+Green+Blue) = 213+223+199=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFC7 is #2A2038. Grayscale: #D9D9D9. Windows color (decimal): -2760761 or 13098965. OLE color: 13098965.

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

Color convert

RGB213223199-
CMYK0.0400.110.13
HSL85º27.27%82.75%-
HSV(B)85º10.76%87.45%-
XYZ64.1471.0564.37-
YUV217.27117.69124.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.54%
GREEN value IS 223 (87.5% from 255) = 35.12%
BLUE value IS 199 (78.12% from 255) = 31.34%
R=33.54%
G=35.12%
B=31.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132231990.0400.110.138527.2782.75
HexD5DFC740BD551b53
Octal32533730740131512533123
Binary1101010111011111110001111000101111011010101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DFC7; }

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

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

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

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

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

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

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

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