Html Css Color HEX #D4E1BF Gin

📋 copy color: '#D4E1BF'

red 212 ◦ green 225 ◦ blue 191

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

Shades of Gin #D4E1BF

Tints of Gin #D4E1BF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.83%

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

R = 33.76%
G = 35.83%
B = 30.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#D4E1BF (or 0xD4E1BF) is known color: Gin. HEX triplet: D4, E1 and BF. RGB value is (212,225,191). Sum of RGB (Red+Green+Blue) = 212+225+191=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E1BF is #2B1E40. Grayscale: #D9D9D9. Windows color (decimal): -2825793 or 12575188. OLE color: 12575188.

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

Color convert

RGB 212 225 191 -
CMYK 0.06 0 0.15 0.12
HSL 82.94º 0.36% 0.82% -
HSV(B) 82.94º 0.15% 0.88% -
XYZ 63.48 71.61 59.77 -
YUV 217.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 212 225 191 0.06 0 0.15 0.12 82.94 0.36 0.82
Hex D4 E1 BF 6 0 F C 53 24 52
Octal 324 341 277 6 0 17 14 123 44 122
Binary 11010100 11100001 10111111 110 0 1111 1100 1010011 100100 1010010

Color Harmonies of #D4E1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E1BF

Black with #D4E1BF

Text Example


Text Example

White with #D4E1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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