Html Css Color HEX #D5E4B6 Gin

📋 copy color: '#D5E4B6'

red 213 ◦ green 228 ◦ blue 182

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

Shades of Gin #D5E4B6

Tints of Gin #D5E4B6

RGB

 RED value IS 213 (83.59% from 255) = 34.19%

 GREEN value IS 228 (89.45% from 255) = 36.6%

 BLUE value IS 182 (71.48% from 255) = 29.21%

R = 34.19%
G = 36.6%
B = 29.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#D5E4B6 (or 0xD5E4B6) is known color: Gin. HEX triplet: D5, E4 and B6. RGB value is (213,228,182). Sum of RGB (Red+Green+Blue) = 213+228+182=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 182 (71.48% from 255 or 29.21% from 623); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E4B6 is #2A1B49. Grayscale: #DADADA. Windows color (decimal): -2759498 or 11986133. OLE color: 11986133.

HSL color Cylindrical-coordinate representation of color #D5E4B6: hue angle of 79.57º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5E4B6 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 228 182 -
CMYK 0.07 0 0.20 0.11
HSL 79.57º 0.46% 0.8% -
HSV(B) 79.57º 0.2% 0.89% -
XYZ 63.63 73.01 54.99 -
YUV 218.27 107.53 124.24 -
System Red Green Blue C M Y K H S L
Decimal 213 228 182 0.07 0 0.20 0.11 79.57 0.46 0.8
Hex D5 E4 B6 7 0 14 B 50 2E 50
Octal 325 344 266 7 0 24 13 120 56 120
Binary 11010101 11100100 10110110 111 0 10100 1011 1010000 101110 1010000

Color Harmonies of #D5E4B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E4B6

Black with #D5E4B6

Text Example


Text Example

White with #D5E4B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E4B6; }

 p { color: rgb(213,228,182); }

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

background-color css

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

 a { background-color: rgb(213,228,182); }

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

border-color css

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

 span { border-color: rgb(213,228,182); }

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