Html Css Color HEX #D9E1CA Gin

📋 copy color: '#D9E1CA'

red 217 ◦ green 225 ◦ blue 202

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

Shades of Gin #D9E1CA

Tints of Gin #D9E1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.37%

R = 33.7%
G = 34.94%
B = 31.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#D9E1CA (or 0xD9E1CA) is known color: Gin. HEX triplet: D9, E1 and CA. RGB value is (217,225,202). Sum of RGB (Red+Green+Blue) = 217+225+202=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E1CA is #261E35. Grayscale: #DCDCDC. Windows color (decimal): -2498102 or 13296089. OLE color: 13296089.

HSL color Cylindrical-coordinate representation of color #D9E1CA: hue angle of 80.87º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9E1CA is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 225 202 -
CMYK 0.04 0 0.10 0.12
HSL 80.87º 0.28% 0.84% -
HSV(B) 80.87º 0.1% 0.88% -
XYZ 66.2 72.87 66.45 -
YUV 219.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 217 225 202 0.04 0 0.10 0.12 80.87 0.28 0.84
Hex D9 E1 CA 4 0 A C 51 1C 54
Octal 331 341 312 4 0 12 14 121 34 124
Binary 11011001 11100001 11001010 100 0 1010 1100 1010001 11100 1010100

Color Harmonies of #D9E1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E1CA

Black with #D9E1CA

Text Example


Text Example

White with #D9E1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E1CA; }

 p { color: rgb(217,225,202); }

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

background-color css

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

 a { background-color: rgb(217,225,202); }

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

border-color css

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

 span { border-color: rgb(217,225,202); }

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