Html Css Color HEX #D9E4C2 Gin

📋 copy color: '#D9E4C2'

red 217 ◦ green 228 ◦ blue 194

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

Shades of Gin #D9E4C2

Tints of Gin #D9E4C2

RGB

 RED value IS 217 (85.16% from 255) = 33.96%

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

 BLUE value IS 194 (76.17% from 255) = 30.36%

R = 33.96%
G = 35.68%
B = 30.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#D9E4C2 (or 0xD9E4C2) is known color: Gin. HEX triplet: D9, E4 and C2. RGB value is (217,228,194). Sum of RGB (Red+Green+Blue) = 217+228+194=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 194 (76.17% from 255 or 30.36% from 639); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E4C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E4C2 is #261B3D. Grayscale: #DCDCDC. Windows color (decimal): -2497342 or 12772569. OLE color: 12772569.

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

Color convert

RGB 217 228 194 -
CMYK 0.05 0 0.15 0.11
HSL 79.41º 0.39% 0.83% -
HSV(B) 79.41º 0.15% 0.89% -
XYZ 66.1 74.13 61.86 -
YUV 220.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 217 228 194 0.05 0 0.15 0.11 79.41 0.39 0.83
Hex D9 E4 C2 5 0 F B 4F 27 53
Octal 331 344 302 5 0 17 13 117 47 123
Binary 11011001 11100100 11000010 101 0 1111 1011 1001111 100111 1010011

Color Harmonies of #D9E4C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E4C2

Black with #D9E4C2

Text Example


Text Example

White with #D9E4C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E4C2; }

 p { color: rgb(217,228,194); }

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

background-color css

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

 a { background-color: rgb(217,228,194); }

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

border-color css

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

 span { border-color: rgb(217,228,194); }

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