Html Css Color HEX #D1E2BF Ottoman

📋 copy color: '#D1E2BF'

red 209 ◦ green 226 ◦ blue 191

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

Shades of Ottoman #D1E2BF

Tints of Ottoman #D1E2BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.51%

R = 33.39%
G = 36.1%
B = 30.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#D1E2BF (or 0xD1E2BF) is known color: Ottoman. HEX triplet: D1, E2 and BF. RGB value is (209,226,191). Sum of RGB (Red+Green+Blue) = 209+226+191=626 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.39% from 626); Green value is 226 (88.67% from 255 or 36.10% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E2BF is #2E1D40. Grayscale: #D9D9D9. Windows color (decimal): -3022145 or 12575441. OLE color: 12575441.

HSL color Cylindrical-coordinate representation of color #D1E2BF: hue angle of 89.14º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1E2BF is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 226 191 -
CMYK 0.08 0 0.15 0.11
HSL 89.14º 0.38% 0.82% -
HSV(B) 89.14º 0.15% 0.89% -
XYZ 62.89 71.71 59.82 -
YUV 216.93 113.37 122.35 -
System Red Green Blue C M Y K H S L
Decimal 209 226 191 0.08 0 0.15 0.11 89.14 0.38 0.82
Hex D1 E2 BF 8 0 F B 59 26 52
Octal 321 342 277 10 0 17 13 131 46 122
Binary 11010001 11100010 10111111 1000 0 1111 1011 1011001 100110 1010010

Color Harmonies of #D1E2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E2BF

Black with #D1E2BF

Text Example


Text Example

White with #D1E2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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