Html Css Color HEX #D4E0BF Gin

📋 copy color: '#D4E0BF'

red 212 ◦ green 224 ◦ blue 191

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

Shades of Gin #D4E0BF

Tints of Gin #D4E0BF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.73%

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

R = 33.81%
G = 35.73%
B = 30.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#D4E0BF (or 0xD4E0BF) is known color: Gin. HEX triplet: D4, E0 and BF. RGB value is (212,224,191). Sum of RGB (Red+Green+Blue) = 212+224+191=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E0BF is #2B1F40. Grayscale: #D8D8D8. Windows color (decimal): -2826049 or 12574932. OLE color: 12574932.

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

Color convert

RGB 212 224 191 -
CMYK 0.05 0 0.15 0.12
HSL 81.82º 0.35% 0.81% -
HSV(B) 81.82º 0.15% 0.88% -
XYZ 63.21 71.07 59.68 -
YUV 216.65 113.52 124.68 -
System Red Green Blue C M Y K H S L
Decimal 212 224 191 0.05 0 0.15 0.12 81.82 0.35 0.81
Hex D4 E0 BF 5 0 F C 52 23 51
Octal 324 340 277 5 0 17 14 122 43 121
Binary 11010100 11100000 10111111 101 0 1111 1100 1010010 100011 1010001

Color Harmonies of #D4E0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E0BF

Black with #D4E0BF

Text Example


Text Example

White with #D4E0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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