Html Css Color HEX #D1E4BF Ottoman

📋 copy color: '#D1E4BF'

red 209 ◦ green 228 ◦ blue 191

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

Shades of Ottoman #D1E4BF

Tints of Ottoman #D1E4BF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.31%

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

R = 33.28%
G = 36.31%
B = 30.41%

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

#D1E4BF (or 0xD1E4BF) is known color: Ottoman. HEX triplet: D1, E4 and BF. RGB value is (209,228,191). Sum of RGB (Red+Green+Blue) = 209+228+191=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 228 (89.45% from 255 or 36.31% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 228 - color contains mainly: green. Hex color #D1E4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E4BF is #2E1B40. Grayscale: #DADADA. Windows color (decimal): -3021633 or 12575953. OLE color: 12575953.

HSL color Cylindrical-coordinate representation of color #D1E4BF: hue angle of 90.81º degrees, saturation: 0.41, 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 #D1E4BF is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 228 191 -
CMYK 0.08 0 0.16 0.11
HSL 90.81º 0.41% 0.82% -
HSV(B) 90.81º 0.16% 0.89% -
XYZ 63.44 72.8 60 -
YUV 218.1 112.71 121.51 -
System Red Green Blue C M Y K H S L
Decimal 209 228 191 0.08 0 0.16 0.11 90.81 0.41 0.82
Hex D1 E4 BF 8 0 10 B 5B 29 52
Octal 321 344 277 10 0 20 13 133 51 122
Binary 11010001 11100100 10111111 1000 0 10000 1011 1011011 101001 1010010

Color Harmonies of #D1E4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E4BF

Black with #D1E4BF

Text Example


Text Example

White with #D1E4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E4BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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