#D2DEBF

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

Shades of Ottoman #D2DEBF

Tints of Ottoman #D2DEBF

Color information

#D2DEBF (or 0xD2DEBF) is unknown color: approx Ottoman. HEX triplet: D2, DE and BF. RGB value is (210,222,191). Sum of RGB (Red+Green+Blue) = 210+222+191=623 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.71% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DEBF is #2D2140. Grayscale: #D6D6D6. Windows color (decimal): -2957633 or 12574418. OLE color: 12574418.

HSL color Cylindrical-coordinate representation of color #D2DEBF: hue angle of 83.23º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2DEBF is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB210222191-
CMYK0.0500.140.13
HSL83.23º31.96%80.98%-
HSV(B)83.23º13.96%87.06%-
XYZ62.169.7159.47-
YUV214.88114.52124.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.71%
GREEN value IS 222 (87.11% from 255) = 35.63%
BLUE value IS 191 (75% from 255) = 30.66%
R=33.71%
G=35.63%
B=30.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102221910.0500.140.1383.2331.9680.98
HexD2DEBF50ED532051
Octal32233627750161512340121
Binary11010010110111101011111110101110110110100111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DEBF; }

 p { color: rgb(210,222,191); }

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

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

 a { background-color: rgb(210,222,191); }

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

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

 span { border-color: rgb(210,222,191); }

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