Html Css Color HEX #D3E0BC Gin

📋 copy color: '#D3E0BC'

red 211 ◦ green 224 ◦ blue 188

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

Shades of Gin #D3E0BC

Tints of Gin #D3E0BC

RGB

 RED value IS 211 (82.81% from 255) = 33.87%

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

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

R = 33.87%
G = 35.96%
B = 30.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#D3E0BC (or 0xD3E0BC) is known color: Gin. HEX triplet: D3, E0 and BC. RGB value is (211,224,188). Sum of RGB (Red+Green+Blue) = 211+224+188=623 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.87% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E0BC is #2C1F43. Grayscale: #D8D8D8. Windows color (decimal): -2891588 or 12378323. OLE color: 12378323.

HSL color Cylindrical-coordinate representation of color #D3E0BC: hue angle of 81.67º 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 #D3E0BC is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 224 188 -
CMYK 0.06 0 0.16 0.12
HSL 81.67º 0.37% 0.81% -
HSV(B) 81.67º 0.16% 0.88% -
XYZ 62.6 70.79 57.94 -
YUV 216.01 112.19 124.43 -
System Red Green Blue C M Y K H S L
Decimal 211 224 188 0.06 0 0.16 0.12 81.67 0.37 0.81
Hex D3 E0 BC 6 0 10 C 52 25 51
Octal 323 340 274 6 0 20 14 122 45 121
Binary 11010011 11100000 10111100 110 0 10000 1100 1010010 100101 1010001

Color Harmonies of #D3E0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E0BC

Black with #D3E0BC

Text Example


Text Example

White with #D3E0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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