Html Css Color HEX #D4E2BF Gin

📋 copy color: '#D4E2BF'

red 212 ◦ green 226 ◦ blue 191

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

Shades of Gin #D4E2BF

Tints of Gin #D4E2BF

RGB

 RED value IS 212 (83.2% from 255) = 33.7%

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

 BLUE value IS 191 (75% from 255) = 30.37%

R = 33.7%
G = 35.93%
B = 30.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#D4E2BF (or 0xD4E2BF) is known color: Gin. HEX triplet: D4, E2 and BF. RGB value is (212,226,191). Sum of RGB (Red+Green+Blue) = 212+226+191=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 226 - color contains mainly: green. Hex color #D4E2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E2BF is #2B1D40. Grayscale: #D9D9D9. Windows color (decimal): -2825537 or 12575444. OLE color: 12575444.

HSL color Cylindrical-coordinate representation of color #D4E2BF: hue angle of 84º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4E2BF is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 212 226 191 -
CMYK 0.06 0 0.15 0.11
HSL 84º 0.38% 0.82% -
HSV(B) 84º 0.15% 0.89% -
XYZ 63.75 72.15 59.86 -
YUV 217.82 112.86 123.85 -
System Red Green Blue C M Y K H S L
Decimal 212 226 191 0.06 0 0.15 0.11 84 0.38 0.82
Hex D4 E2 BF 6 0 F B 54 26 52
Octal 324 342 277 6 0 17 13 124 46 122
Binary 11010100 11100010 10111111 110 0 1111 1011 1010100 100110 1010010

Color Harmonies of #D4E2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E2BF

Black with #D4E2BF

Text Example


Text Example

White with #D4E2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E2BF; }

 p { color: rgb(212,226,191); }

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

background-color css

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

 a { background-color: rgb(212,226,191); }

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

border-color css

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

 span { border-color: rgb(212,226,191); }

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