Html Css Color HEX #D1E2BA Ottoman

📋 copy color: '#D1E2BA'

red 209 ◦ green 226 ◦ blue 186

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

Shades of Ottoman #D1E2BA

Tints of Ottoman #D1E2BA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.39%

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

R = 33.66%
G = 36.39%
B = 29.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#D1E2BA (or 0xD1E2BA) is known color: Ottoman. HEX triplet: D1, E2 and BA. RGB value is (209,226,186). Sum of RGB (Red+Green+Blue) = 209+226+186=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E2BA is #2E1D45. Grayscale: #D8D8D8. Windows color (decimal): -3022150 or 12247761. OLE color: 12247761.

HSL color Cylindrical-coordinate representation of color #D1E2BA: hue angle of 85.5º degrees, saturation: 0.41, 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 #D1E2BA is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 226 186 -
CMYK 0.08 0 0.18 0.11
HSL 85.5º 0.41% 0.81% -
HSV(B) 85.5º 0.18% 0.89% -
XYZ 62.35 71.49 56.97 -
YUV 216.36 110.87 122.75 -
System Red Green Blue C M Y K H S L
Decimal 209 226 186 0.08 0 0.18 0.11 85.5 0.41 0.81
Hex D1 E2 BA 8 0 12 B 56 29 51
Octal 321 342 272 10 0 22 13 126 51 121
Binary 11010001 11100010 10111010 1000 0 10010 1011 1010110 101001 1010001

Color Harmonies of #D1E2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E2BA

Black with #D1E2BA

Text Example


Text Example

White with #D1E2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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