Html Css Color HEX #D6E0BC Gin

📋 copy color: '#D6E0BC'

red 214 ◦ green 224 ◦ blue 188

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

Shades of Gin #D6E0BC

Tints of Gin #D6E0BC

RGB

 RED value IS 214 (83.98% from 255) = 34.19%

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

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

R = 34.19%
G = 35.78%
B = 30.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#D6E0BC (or 0xD6E0BC) is known color: Gin. HEX triplet: D6, E0 and BC. RGB value is (214,224,188). Sum of RGB (Red+Green+Blue) = 214+224+188=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E0BC is #291F43. Grayscale: #D9D9D9. Windows color (decimal): -2694980 or 12378326. OLE color: 12378326.

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

Color convert

RGB 214 224 188 -
CMYK 0.04 0 0.16 0.12
HSL 76.67º 0.37% 0.81% -
HSV(B) 76.67º 0.16% 0.88% -
XYZ 63.46 71.24 57.98 -
YUV 216.91 111.69 125.93 -
System Red Green Blue C M Y K H S L
Decimal 214 224 188 0.04 0 0.16 0.12 76.67 0.37 0.81
Hex D6 E0 BC 4 0 10 C 4D 25 51
Octal 326 340 274 4 0 20 14 115 45 121
Binary 11010110 11100000 10111100 100 0 10000 1100 1001101 100101 1010001

Color Harmonies of #D6E0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E0BC

Black with #D6E0BC

Text Example


Text Example

White with #D6E0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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