Html Css Color HEX #D1E0BA Ottoman

📋 copy color: '#D1E0BA'

red 209 ◦ green 224 ◦ blue 186

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

Shades of Ottoman #D1E0BA

Tints of Ottoman #D1E0BA

RGB

 RED value IS 209 (82.03% from 255) = 33.76%

 GREEN value IS 224 (87.89% from 255) = 36.19%

 BLUE value IS 186 (73.05% from 255) = 30.05%

R = 33.76%
G = 36.19%
B = 30.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#D1E0BA (or 0xD1E0BA) is known color: Ottoman. HEX triplet: D1, E0 and BA. RGB value is (209,224,186). Sum of RGB (Red+Green+Blue) = 209+224+186=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E0BA is #2E1F45. Grayscale: #D7D7D7. Windows color (decimal): -3022662 or 12247249. OLE color: 12247249.

HSL color Cylindrical-coordinate representation of color #D1E0BA: hue angle of 83.68º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1E0BA is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 224 186 -
CMYK 0.07 0 0.17 0.12
HSL 83.68º 0.38% 0.8% -
HSV(B) 83.68º 0.17% 0.88% -
XYZ 61.81 70.41 56.79 -
YUV 215.18 111.53 123.59 -
System Red Green Blue C M Y K H S L
Decimal 209 224 186 0.07 0 0.17 0.12 83.68 0.38 0.8
Hex D1 E0 BA 7 0 11 C 54 26 50
Octal 321 340 272 7 0 21 14 124 46 120
Binary 11010001 11100000 10111010 111 0 10001 1100 1010100 100110 1010000

Color Harmonies of #D1E0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E0BA

Black with #D1E0BA

Text Example


Text Example

White with #D1E0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E0BA; }

 p { color: rgb(209,224,186); }

 H1.HeaderClassName
 {
   color: #D1E0BA;
 }
 .AnyTagClassName
 {
   color: #D1E0BA;
 }
</style>

background-color css

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

 a { background-color: rgb(209,224,186); }

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

border-color css

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

 span { border-color: rgb(209,224,186); }

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