Html Css Color HEX #D6E3BF Gin

📋 copy color: '#D6E3BF'

red 214 ◦ green 227 ◦ blue 191

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

Shades of Gin #D6E3BF

Tints of Gin #D6E3BF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.92%

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

R = 33.86%
G = 35.92%
B = 30.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#D6E3BF (or 0xD6E3BF) is known color: Gin. HEX triplet: D6, E3 and BF. RGB value is (214,227,191). Sum of RGB (Red+Green+Blue) = 214+227+191=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 227 (89.06% from 255 or 35.92% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E3BF is #291C40. Grayscale: #DBDBDB. Windows color (decimal): -2694209 or 12575702. OLE color: 12575702.

HSL color Cylindrical-coordinate representation of color #D6E3BF: hue angle of 81.67º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6E3BF is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 227 191 -
CMYK 0.06 0 0.16 0.11
HSL 81.67º 0.39% 0.82% -
HSV(B) 81.67º 0.16% 0.89% -
XYZ 64.6 73 59.97 -
YUV 219.01 112.19 124.43 -
System Red Green Blue C M Y K H S L
Decimal 214 227 191 0.06 0 0.16 0.11 81.67 0.39 0.82
Hex D6 E3 BF 6 0 10 B 52 27 52
Octal 326 343 277 6 0 20 13 122 47 122
Binary 11010110 11100011 10111111 110 0 10000 1011 1010010 100111 1010010

Color Harmonies of #D6E3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E3BF

Black with #D6E3BF

Text Example


Text Example

White with #D6E3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E3BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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