#D0E4BA

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

Shades of Ottoman #D0E4BA

Tints of Ottoman #D0E4BA

Color information

#D0E4BA (or 0xD0E4BA) is unknown color: approx Ottoman. HEX triplet: D0, E4 and BA. RGB value is (208,228,186). Sum of RGB (Red+Green+Blue) = 208+228+186=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E4BA is #2F1B45. Grayscale: #D9D9D9. Windows color (decimal): -3087174 or 12248272. OLE color: 12248272.

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

Color convert

RGB208228186-
CMYK0.0900.180.11
HSL88.57º43.75%81.18%-
HSV(B)88.57º18.42%89.41%-
XYZ62.6272.4457.14-
YUV217.23110.37121.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.44%
GREEN value IS 228 (89.45% from 255) = 36.66%
BLUE value IS 186 (73.05% from 255) = 29.90%
R=33.44%
G=36.66%
B=29.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082281860.0900.180.1188.5743.7581.18
HexD0E4BA9012B592c51
Octal320344272110221313154121
Binary1101000011100100101110101001010010101110110011011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E4BA; }

 p { color: rgb(208,228,186); }

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

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

 a { background-color: rgb(208,228,186); }

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

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

 span { border-color: rgb(208,228,186); }

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