Html Css Color HEX #D6E2BE Gin

📋 copy color: '#D6E2BE'

red 214 ◦ green 226 ◦ blue 190

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

Shades of Gin #D6E2BE

Tints of Gin #D6E2BE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.87%

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

R = 33.97%
G = 35.87%
B = 30.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#D6E2BE (or 0xD6E2BE) is known color: Gin. HEX triplet: D6, E2 and BE. RGB value is (214,226,190). Sum of RGB (Red+Green+Blue) = 214+226+190=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E2BE is #291D41. Grayscale: #DADADA. Windows color (decimal): -2694466 or 12509910. OLE color: 12509910.

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

Color convert

RGB 214 226 190 -
CMYK 0.05 0 0.16 0.11
HSL 80º 0.38% 0.82% -
HSV(B) 80º 0.16% 0.89% -
XYZ 64.22 72.41 59.31 -
YUV 218.31 112.02 124.93 -
System Red Green Blue C M Y K H S L
Decimal 214 226 190 0.05 0 0.16 0.11 80 0.38 0.82
Hex D6 E2 BE 5 0 10 B 50 26 52
Octal 326 342 276 5 0 20 13 120 46 122
Binary 11010110 11100010 10111110 101 0 10000 1011 1010000 100110 1010010

Color Harmonies of #D6E2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E2BE

Black with #D6E2BE

Text Example


Text Example

White with #D6E2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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