Html Css Color HEX #D1E4BA Ottoman

📋 copy color: '#D1E4BA'

red 209 ◦ green 228 ◦ blue 186

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

Shades of Ottoman #D1E4BA

Tints of Ottoman #D1E4BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.86%

R = 33.55%
G = 36.6%
B = 29.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#D1E4BA (or 0xD1E4BA) is known color: Ottoman. HEX triplet: D1, E4 and BA. RGB value is (209,228,186). Sum of RGB (Red+Green+Blue) = 209+228+186=623 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.55% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 228 - color contains mainly: green. Hex color #D1E4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E4BA is #2E1B45. Grayscale: #D9D9D9. Windows color (decimal): -3021638 or 12248273. OLE color: 12248273.

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

Color convert

RGB 209 228 186 -
CMYK 0.08 0 0.18 0.11
HSL 87.14º 0.44% 0.81% -
HSV(B) 87.14º 0.18% 0.89% -
XYZ 62.9 72.59 57.15 -
YUV 217.53 110.21 121.92 -
System Red Green Blue C M Y K H S L
Decimal 209 228 186 0.08 0 0.18 0.11 87.14 0.44 0.81
Hex D1 E4 BA 8 0 12 B 57 2C 51
Octal 321 344 272 10 0 22 13 127 54 121
Binary 11010001 11100100 10111010 1000 0 10010 1011 1010111 101100 1010001

Color Harmonies of #D1E4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E4BA

Black with #D1E4BA

Text Example


Text Example

White with #D1E4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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