Html Css Color HEX #D1E1BF Ottoman

📋 copy color: '#D1E1BF'

red 209 ◦ green 225 ◦ blue 191

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

Shades of Ottoman #D1E1BF

Tints of Ottoman #D1E1BF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36%

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

R = 33.44%
G = 36%
B = 30.56%

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

#D1E1BF (or 0xD1E1BF) is known color: Ottoman. HEX triplet: D1, E1 and BF. RGB value is (209,225,191). Sum of RGB (Red+Green+Blue) = 209+225+191=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E1BF is #2E1E40. Grayscale: #D8D8D8. Windows color (decimal): -3022401 or 12575185. OLE color: 12575185.

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

Color convert

RGB 209 225 191 -
CMYK 0.07 0 0.15 0.12
HSL 88.24º 0.36% 0.82% -
HSV(B) 88.24º 0.15% 0.88% -
XYZ 62.62 71.17 59.73 -
YUV 216.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 209 225 191 0.07 0 0.15 0.12 88.24 0.36 0.82
Hex D1 E1 BF 7 0 F C 58 24 52
Octal 321 341 277 7 0 17 14 130 44 122
Binary 11010001 11100001 10111111 111 0 1111 1100 1011000 100100 1010010

Color Harmonies of #D1E1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E1BF

Black with #D1E1BF

Text Example


Text Example

White with #D1E1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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