Html Css Color HEX #D0E4BA Ottoman

📋 copy color: '#D0E4BA'

red 208 ◦ green 228 ◦ blue 186

#D0E4BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ottoman #D0E4BA

Tints of Ottoman #D0E4BA

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.9%

R = 33.44%
G = 36.66%
B = 29.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#D0E4BA (or 0xD0E4BA) is known color: 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

RGB 208 228 186 -
CMYK 0.09 0 0.18 0.11
HSL 88.57º 0.44% 0.81% -
HSV(B) 88.57º 0.18% 0.89% -
XYZ 62.62 72.44 57.14 -
YUV 217.23 110.37 121.42 -
System Red Green Blue C M Y K H S L
Decimal 208 228 186 0.09 0 0.18 0.11 88.57 0.44 0.81
Hex D0 E4 BA 9 0 12 B 59 2C 51
Octal 320 344 272 11 0 22 13 131 54 121
Binary 11010000 11100100 10111010 1001 0 10010 1011 1011001 101100 1010001

Color Harmonies of #D0E4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E4BA

Black with #D0E4BA

Text Example


Text Example

White with #D0E4BA

Text Example


Text Example

HTML Codes & Css Web 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>