Html Css Color HEX #D6E1BC Gin

📋 copy color: '#D6E1BC'

red 214 ◦ green 225 ◦ blue 188

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

Shades of Gin #D6E1BC

Tints of Gin #D6E1BC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.89%

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

R = 34.13%
G = 35.89%
B = 29.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#D6E1BC (or 0xD6E1BC) is known color: Gin. HEX triplet: D6, E1 and BC. RGB value is (214,225,188). Sum of RGB (Red+Green+Blue) = 214+225+188=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1BC is #291E43. Grayscale: #D9D9D9. Windows color (decimal): -2694724 or 12378582. OLE color: 12378582.

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

Color convert

RGB 214 225 188 -
CMYK 0.05 0 0.16 0.12
HSL 77.84º 0.38% 0.81% -
HSV(B) 77.84º 0.16% 0.88% -
XYZ 63.73 71.78 58.07 -
YUV 217.49 111.36 125.51 -
System Red Green Blue C M Y K H S L
Decimal 214 225 188 0.05 0 0.16 0.12 77.84 0.38 0.81
Hex D6 E1 BC 5 0 10 C 4E 26 51
Octal 326 341 274 5 0 20 14 116 46 121
Binary 11010110 11100001 10111100 101 0 10000 1100 1001110 100110 1010001

Color Harmonies of #D6E1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E1BC

Black with #D6E1BC

Text Example


Text Example

White with #D6E1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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