Html Css Color HEX #D6E5BD Gin

📋 copy color: '#D6E5BD'

red 214 ◦ green 229 ◦ blue 189

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

Shades of Gin #D6E5BD

Tints of Gin #D6E5BD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.23%

 BLUE value IS 189 (74.22% from 255) = 29.91%

R = 33.86%
G = 36.23%
B = 29.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#D6E5BD (or 0xD6E5BD) is known color: Gin. HEX triplet: D6, E5 and BD. RGB value is (214,229,189). Sum of RGB (Red+Green+Blue) = 214+229+189=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 229 (89.84% from 255 or 36.23% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 229 - color contains mainly: green. Hex color #D6E5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E5BD is #291A42. Grayscale: #DCDCDC. Windows color (decimal): -2693699 or 12445142. OLE color: 12445142.

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

Color convert

RGB 214 229 189 -
CMYK 0.07 0 0.17 0.10
HSL 82.5º 0.43% 0.82% -
HSV(B) 82.5º 0.17% 0.9% -
XYZ 64.94 74.01 59.01 -
YUV 219.96 110.53 123.75 -
System Red Green Blue C M Y K H S L
Decimal 214 229 189 0.07 0 0.17 0.10 82.5 0.43 0.82
Hex D6 E5 BD 7 0 11 A 52 2B 52
Octal 326 345 275 7 0 21 12 122 53 122
Binary 11010110 11100101 10111101 111 0 10001 1010 1010010 101011 1010010

Color Harmonies of #D6E5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E5BD

Black with #D6E5BD

Text Example


Text Example

White with #D6E5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E5BD; }

 p { color: rgb(214,229,189); }

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

background-color css

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

 a { background-color: rgb(214,229,189); }

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

border-color css

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

 span { border-color: rgb(214,229,189); }

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