Html Css Color HEX #D6E1BE Gin

📋 copy color: '#D6E1BE'

red 214 ◦ green 225 ◦ blue 190

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

Shades of Gin #D6E1BE

Tints of Gin #D6E1BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.21%

R = 34.02%
G = 35.77%
B = 30.21%

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

#D6E1BE (or 0xD6E1BE) is known color: Gin. HEX triplet: D6, E1 and BE. RGB value is (214,225,190). Sum of RGB (Red+Green+Blue) = 214+225+190=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1BE is #291E41. Grayscale: #D9D9D9. Windows color (decimal): -2694722 or 12509654. OLE color: 12509654.

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

Color convert

RGB 214 225 190 -
CMYK 0.05 0 0.16 0.12
HSL 78.86º 0.37% 0.81% -
HSV(B) 78.86º 0.16% 0.88% -
XYZ 63.95 71.86 59.22 -
YUV 217.72 112.36 125.35 -
System Red Green Blue C M Y K H S L
Decimal 214 225 190 0.05 0 0.16 0.12 78.86 0.37 0.81
Hex D6 E1 BE 5 0 10 C 4F 25 51
Octal 326 341 276 5 0 20 14 117 45 121
Binary 11010110 11100001 10111110 101 0 10000 1100 1001111 100101 1010001

Color Harmonies of #D6E1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E1BE

Black with #D6E1BE

Text Example


Text Example

White with #D6E1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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