Html Css Color HEX #D1E0BC Ottoman

📋 copy color: '#D1E0BC'

red 209 ◦ green 224 ◦ blue 188

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

Shades of Ottoman #D1E0BC

Tints of Ottoman #D1E0BC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.07%

 BLUE value IS 188 (73.83% from 255) = 30.27%

R = 33.66%
G = 36.07%
B = 30.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#D1E0BC (or 0xD1E0BC) is known color: Ottoman. HEX triplet: D1, E0 and BC. RGB value is (209,224,188). Sum of RGB (Red+Green+Blue) = 209+224+188=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E0BC is #2E1F43. Grayscale: #D7D7D7. Windows color (decimal): -3022660 or 12378321. OLE color: 12378321.

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

Color convert

RGB 209 224 188 -
CMYK 0.07 0 0.16 0.12
HSL 85º 0.37% 0.81% -
HSV(B) 85º 0.16% 0.88% -
XYZ 62.03 70.5 57.92 -
YUV 215.41 112.53 123.43 -
System Red Green Blue C M Y K H S L
Decimal 209 224 188 0.07 0 0.16 0.12 85 0.37 0.81
Hex D1 E0 BC 7 0 10 C 55 25 51
Octal 321 340 274 7 0 20 14 125 45 121
Binary 11010001 11100000 10111100 111 0 10000 1100 1010101 100101 1010001

Color Harmonies of #D1E0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E0BC

Black with #D1E0BC

Text Example


Text Example

White with #D1E0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E0BC; }

 p { color: rgb(209,224,188); }

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

background-color css

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

 a { background-color: rgb(209,224,188); }

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

border-color css

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

 span { border-color: rgb(209,224,188); }

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