Html Css Color HEX #D6E6BA Gin

📋 copy color: '#D6E6BA'

red 214 ◦ green 230 ◦ blue 186

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

Shades of Gin #D6E6BA

Tints of Gin #D6E6BA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.51%

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

R = 33.97%
G = 36.51%
B = 29.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#D6E6BA (or 0xD6E6BA) is known color: Gin. HEX triplet: D6, E6 and BA. RGB value is (214,230,186). Sum of RGB (Red+Green+Blue) = 214+230+186=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E6BA is #291945. Grayscale: #DCDCDC. Windows color (decimal): -2693446 or 12248790. OLE color: 12248790.

HSL color Cylindrical-coordinate representation of color #D6E6BA: hue angle of 81.82º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6E6BA is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 230 186 -
CMYK 0.07 0 0.19 0.10
HSL 81.82º 0.47% 0.82% -
HSV(B) 81.82º 0.19% 0.9% -
XYZ 64.89 74.43 57.4 -
YUV 220.2 108.7 123.58 -
System Red Green Blue C M Y K H S L
Decimal 214 230 186 0.07 0 0.19 0.10 81.82 0.47 0.82
Hex D6 E6 BA 7 0 13 A 52 2F 52
Octal 326 346 272 7 0 23 12 122 57 122
Binary 11010110 11100110 10111010 111 0 10011 1010 1010010 101111 1010010

Color Harmonies of #D6E6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E6BA

Black with #D6E6BA

Text Example


Text Example

White with #D6E6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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