Html Css Color HEX #D1E5BA Ottoman

📋 copy color: '#D1E5BA'

red 209 ◦ green 229 ◦ blue 186

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

Shades of Ottoman #D1E5BA

Tints of Ottoman #D1E5BA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.7%

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

R = 33.49%
G = 36.7%
B = 29.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#D1E5BA (or 0xD1E5BA) is known color: Ottoman. HEX triplet: D1, E5 and BA. RGB value is (209,229,186). Sum of RGB (Red+Green+Blue) = 209+229+186=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E5BA is #2E1A45. Grayscale: #DADADA. Windows color (decimal): -3021382 or 12248529. OLE color: 12248529.

HSL color Cylindrical-coordinate representation of color #D1E5BA: hue angle of 87.91º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1E5BA is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 229 186 -
CMYK 0.09 0 0.19 0.10
HSL 87.91º 0.45% 0.81% -
HSV(B) 87.91º 0.19% 0.9% -
XYZ 63.18 73.14 57.24 -
YUV 218.12 109.87 121.5 -
System Red Green Blue C M Y K H S L
Decimal 209 229 186 0.09 0 0.19 0.10 87.91 0.45 0.81
Hex D1 E5 BA 9 0 13 A 58 2D 51
Octal 321 345 272 11 0 23 12 130 55 121
Binary 11010001 11100101 10111010 1001 0 10011 1010 1011000 101101 1010001

Color Harmonies of #D1E5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E5BA

Black with #D1E5BA

Text Example


Text Example

White with #D1E5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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