Html Css Color HEX #D1E3BF Ottoman

📋 copy color: '#D1E3BF'

red 209 ◦ green 227 ◦ blue 191

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

Shades of Ottoman #D1E3BF

Tints of Ottoman #D1E3BF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.2%

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

R = 33.33%
G = 36.2%
B = 30.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#D1E3BF (or 0xD1E3BF) is known color: Ottoman. HEX triplet: D1, E3 and BF. RGB value is (209,227,191). Sum of RGB (Red+Green+Blue) = 209+227+191=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 227 (89.06% from 255 or 36.20% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E3BF is #2E1C40. Grayscale: #D9D9D9. Windows color (decimal): -3021889 or 12575697. OLE color: 12575697.

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

Color convert

RGB 209 227 191 -
CMYK 0.08 0 0.16 0.11
HSL 90º 0.39% 0.82% -
HSV(B) 90º 0.16% 0.89% -
XYZ 63.17 72.26 59.91 -
YUV 217.51 113.04 121.93 -
System Red Green Blue C M Y K H S L
Decimal 209 227 191 0.08 0 0.16 0.11 90 0.39 0.82
Hex D1 E3 BF 8 0 10 B 5A 27 52
Octal 321 343 277 10 0 20 13 132 47 122
Binary 11010001 11100011 10111111 1000 0 10000 1011 1011010 100111 1010010

Color Harmonies of #D1E3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E3BF

Black with #D1E3BF

Text Example


Text Example

White with #D1E3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E3BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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