Html Css Color HEX #D1E5BF Ottoman

📋 copy color: '#D1E5BF'

red 209 ◦ green 229 ◦ blue 191

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

Shades of Ottoman #D1E5BF

Tints of Ottoman #D1E5BF

RGB

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

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

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

R = 33.23%
G = 36.41%
B = 30.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#D1E5BF (or 0xD1E5BF) is known color: Ottoman. HEX triplet: D1, E5 and BF. RGB value is (209,229,191). Sum of RGB (Red+Green+Blue) = 209+229+191=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E5BF is #2E1A40. Grayscale: #DADADA. Windows color (decimal): -3021377 or 12576209. OLE color: 12576209.

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

Color convert

RGB 209 229 191 -
CMYK 0.09 0 0.17 0.10
HSL 91.58º 0.42% 0.82% -
HSV(B) 91.58º 0.17% 0.9% -
XYZ 63.72 73.36 60.09 -
YUV 218.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 209 229 191 0.09 0 0.17 0.10 91.58 0.42 0.82
Hex D1 E5 BF 9 0 11 A 5C 2A 52
Octal 321 345 277 11 0 21 12 134 52 122
Binary 11010001 11100101 10111111 1001 0 10001 1010 1011100 101010 1010010

Color Harmonies of #D1E5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E5BF

Black with #D1E5BF

Text Example


Text Example

White with #D1E5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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