#D0DEBF

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

Shades of Ottoman #D0DEBF

Tints of Ottoman #D0DEBF

Color information

#D0DEBF (or 0xD0DEBF) is unknown color: approx Ottoman. HEX triplet: D0, DE and BF. RGB value is (208,222,191). Sum of RGB (Red+Green+Blue) = 208+222+191=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DEBF is #2F2140. Grayscale: #D6D6D6. Windows color (decimal): -3088705 or 12574416. OLE color: 12574416.

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

Color convert

RGB208222191-
CMYK0.0600.140.13
HSL87.1º31.96%80.98%-
HSV(B)87.1º13.96%87.06%-
XYZ61.5469.4159.45-
YUV214.28114.86123.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.49%
GREEN value IS 222 (87.11% from 255) = 35.75%
BLUE value IS 191 (75% from 255) = 30.76%
R=33.49%
G=35.75%
B=30.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082221910.0600.140.1387.131.9680.98
HexD0DEBF60ED572051
Octal32033627760161512740121
Binary11010000110111101011111111001110110110101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DEBF; }

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

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

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

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

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

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

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

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