Html Css Color HEX #D6E1BF Gin

📋 copy color: '#D6E1BF'

red 214 ◦ green 225 ◦ blue 191

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

Shades of Gin #D6E1BF

Tints of Gin #D6E1BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.32%

R = 33.97%
G = 35.71%
B = 30.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#D6E1BF (or 0xD6E1BF) is known color: Gin. HEX triplet: D6, E1 and BF. RGB value is (214,225,191). Sum of RGB (Red+Green+Blue) = 214+225+191=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1BF is #291E40. Grayscale: #D9D9D9. Windows color (decimal): -2694721 or 12575190. OLE color: 12575190.

HSL color Cylindrical-coordinate representation of color #D6E1BF: hue angle of 79.41º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6E1BF is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 225 191 -
CMYK 0.05 0 0.15 0.12
HSL 79.41º 0.36% 0.82% -
HSV(B) 79.41º 0.15% 0.88% -
XYZ 64.06 71.91 59.79 -
YUV 217.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 214 225 191 0.05 0 0.15 0.12 79.41 0.36 0.82
Hex D6 E1 BF 5 0 F C 4F 24 52
Octal 326 341 277 5 0 17 14 117 44 122
Binary 11010110 11100001 10111111 101 0 1111 1100 1001111 100100 1010010

Color Harmonies of #D6E1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E1BF

Black with #D6E1BF

Text Example


Text Example

White with #D6E1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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