Html Css Color HEX #D6E8BA Gin

📋 copy color: '#D6E8BA'

red 214 ◦ green 232 ◦ blue 186

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

Shades of Gin #D6E8BA

Tints of Gin #D6E8BA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.71%

 BLUE value IS 186 (73.05% from 255) = 29.43%

R = 33.86%
G = 36.71%
B = 29.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#D6E8BA (or 0xD6E8BA) is known color: Gin. HEX triplet: D6, E8 and BA. RGB value is (214,232,186). Sum of RGB (Red+Green+Blue) = 214+232+186=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 232 (91.02% from 255 or 36.71% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E8BA is #291745. Grayscale: #DDDDDD. Windows color (decimal): -2692934 or 12249302. OLE color: 12249302.

HSL color Cylindrical-coordinate representation of color #D6E8BA: hue angle of 83.48º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6E8BA is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 232 186 -
CMYK 0.08 0 0.20 0.09
HSL 83.48º 0.5% 0.82% -
HSV(B) 83.48º 0.2% 0.91% -
XYZ 65.45 75.55 57.59 -
YUV 221.37 108.04 122.74 -
System Red Green Blue C M Y K H S L
Decimal 214 232 186 0.08 0 0.20 0.09 83.48 0.5 0.82
Hex D6 E8 BA 8 0 14 9 53 32 52
Octal 326 350 272 10 0 24 11 123 62 122
Binary 11010110 11101000 10111010 1000 0 10100 1001 1010011 110010 1010010

Color Harmonies of #D6E8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E8BA

Black with #D6E8BA

Text Example


Text Example

White with #D6E8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E8BA; }

 p { color: rgb(214,232,186); }

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

background-color css

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

 a { background-color: rgb(214,232,186); }

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

border-color css

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

 span { border-color: rgb(214,232,186); }

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