#D0E2BD

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

Shades of Ottoman #D0E2BD

Tints of Ottoman #D0E2BD

Color information

#D0E2BD (or 0xD0E2BD) is unknown color: approx Ottoman. HEX triplet: D0, E2 and BD. RGB value is (208,226,189). Sum of RGB (Red+Green+Blue) = 208+226+189=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 226 (88.67% from 255 or 36.28% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E2BD is #2F1D42. Grayscale: #D8D8D8. Windows color (decimal): -3087683 or 12444368. OLE color: 12444368.

HSL color Cylindrical-coordinate representation of color #D0E2BD: hue angle of 89.19º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0E2BD is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB208226189-
CMYK0.0800.160.11
HSL89.19º38.95%81.37%-
HSV(B)89.19º16.37%88.63%-
XYZ62.3971.4858.65-
YUV216.4112.54122.01-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.39%
GREEN value IS 226 (88.67% from 255) = 36.28%
BLUE value IS 189 (74.22% from 255) = 30.34%
R=33.39%
G=36.28%
B=30.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082261890.0800.160.1189.1938.9581.37
HexD0E2BD8010B592751
Octal320342275100201313147121
Binary1101000011100010101111011000010000101110110011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E2BD; }

 p { color: rgb(208,226,189); }

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

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

 a { background-color: rgb(208,226,189); }

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

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

 span { border-color: rgb(208,226,189); }

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