#D7DFCD

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

Shades of Ottoman #D7DFCD

Tints of Ottoman #D7DFCD

Color information

#D7DFCD (or 0xD7DFCD) is unknown color: approx Ottoman. HEX triplet: D7, DF and CD. RGB value is (215,223,205). Sum of RGB (Red+Green+Blue) = 215+223+205=643 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.44% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DFCD is #282032. Grayscale: #DADADA. Windows color (decimal): -2629683 or 13492183. OLE color: 13492183.

HSL color Cylindrical-coordinate representation of color #D7DFCD: hue angle of 86.67º 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 #D7DFCD is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB215223205-
CMYK0.0400.080.13
HSL86.67º21.95%83.92%-
HSV(B)86.67º8.07%87.45%-
XYZ65.4371.6368.14-
YUV218.56120.35125.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.44%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=33.44%
G=34.68%
B=31.88%

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
Decimal2152232050.0400.080.1386.6721.9583.92
HexD7DFCD408D571654
Octal32733731540101512726124
Binary1101011111011111110011011000100011011010111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DFCD; }

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

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

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

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

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

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

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

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