#D7DDCF

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

Shades of Ottoman #D7DDCF

Tints of Ottoman #D7DDCF

Color information

#D7DDCF (or 0xD7DDCF) is unknown color: approx Ottoman. HEX triplet: D7, DD and CF. RGB value is (215,221,207). Sum of RGB (Red+Green+Blue) = 215+221+207=643 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.44% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDCF is #282230. Grayscale: #D9D9D9. Windows color (decimal): -2630193 or 13622743. OLE color: 13622743.

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

Color convert

RGB215221207-
CMYK0.0300.060.13
HSL85.71º17.07%83.92%-
HSV(B)85.71º6.33%86.67%-
XYZ65.1470.6669.24-
YUV217.61122.01126.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.44%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 207 (81.25% from 255) = 32.19%
R=33.44%
G=34.37%
B=32.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152212070.0300.060.1385.7117.0783.92
HexD7DDCF306D561154
Octal3273353173061512621124
Binary11010111110111011100111111011011011010110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DDCF; }

 p { color: rgb(215,221,207); }

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

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

 a { background-color: rgb(215,221,207); }

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

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

 span { border-color: rgb(215,221,207); }

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