#D7DFCE

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

Shades of Ottoman #D7DFCE

Tints of Ottoman #D7DFCE

Color information

#D7DFCE (or 0xD7DFCE) is unknown color: approx Ottoman. HEX triplet: D7, DF and CE. RGB value is (215,223,206). Sum of RGB (Red+Green+Blue) = 215+223+206=644 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.39% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DFCE is #282031. Grayscale: #DADADA. Windows color (decimal): -2629682 or 13557719. OLE color: 13557719.

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

Color convert

RGB215223206-
CMYK0.0400.080.13
HSL88.24º20.99%84.12%-
HSV(B)88.24º7.62%87.45%-
XYZ65.5571.6868.77-
YUV218.67120.85125.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.39%
GREEN value IS 223 (87.5% from 255) = 34.63%
BLUE value IS 206 (80.86% from 255) = 31.99%
R=33.39%
G=34.63%
B=31.99%

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
Decimal2152232060.0400.080.1388.2420.9984.12
HexD7DFCE408D581554
Octal32733731640101513025124
Binary1101011111011111110011101000100011011011000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DFCE; }

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

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

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

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

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

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

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

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