Html Css Color HEX #D1E1BA Ottoman

📋 copy color: '#D1E1BA'

red 209 ◦ green 225 ◦ blue 186

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

Shades of Ottoman #D1E1BA

Tints of Ottoman #D1E1BA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.29%

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

R = 33.71%
G = 36.29%
B = 30%

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

#D1E1BA (or 0xD1E1BA) is known color: Ottoman. HEX triplet: D1, E1 and BA. RGB value is (209,225,186). Sum of RGB (Red+Green+Blue) = 209+225+186=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E1BA is #2E1E45. Grayscale: #D7D7D7. Windows color (decimal): -3022406 or 12247505. OLE color: 12247505.

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

Color convert

RGB 209 225 186 -
CMYK 0.07 0 0.17 0.12
HSL 84.62º 0.39% 0.81% -
HSV(B) 84.62º 0.17% 0.88% -
XYZ 62.08 70.95 56.88 -
YUV 215.77 111.2 123.17 -
System Red Green Blue C M Y K H S L
Decimal 209 225 186 0.07 0 0.17 0.12 84.62 0.39 0.81
Hex D1 E1 BA 7 0 11 C 55 27 51
Octal 321 341 272 7 0 21 14 125 47 121
Binary 11010001 11100001 10111010 111 0 10001 1100 1010101 100111 1010001

Color Harmonies of #D1E1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E1BA

Black with #D1E1BA

Text Example


Text Example

White with #D1E1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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