Html Css Color HEX #D1E0BF Ottoman

📋 copy color: '#D1E0BF'

red 209 ◦ green 224 ◦ blue 191

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

Shades of Ottoman #D1E0BF

Tints of Ottoman #D1E0BF

RGB

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

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

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

R = 33.49%
G = 35.9%
B = 30.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#D1E0BF (or 0xD1E0BF) is known color: Ottoman. HEX triplet: D1, E0 and BF. RGB value is (209,224,191). Sum of RGB (Red+Green+Blue) = 209+224+191=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E0BF is #2E1F40. Grayscale: #D7D7D7. Windows color (decimal): -3022657 or 12574929. OLE color: 12574929.

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

Color convert

RGB 209 224 191 -
CMYK 0.07 0 0.15 0.12
HSL 87.27º 0.35% 0.81% -
HSV(B) 87.27º 0.15% 0.88% -
XYZ 62.35 70.63 59.64 -
YUV 215.75 114.03 123.18 -
System Red Green Blue C M Y K H S L
Decimal 209 224 191 0.07 0 0.15 0.12 87.27 0.35 0.81
Hex D1 E0 BF 7 0 F C 57 23 51
Octal 321 340 277 7 0 17 14 127 43 121
Binary 11010001 11100000 10111111 111 0 1111 1100 1010111 100011 1010001

Color Harmonies of #D1E0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E0BF

Black with #D1E0BF

Text Example


Text Example

White with #D1E0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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