Html Css Color HEX #D9DFCA Gin

📋 copy color: '#D9DFCA'

red 217 ◦ green 223 ◦ blue 202

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

Shades of Gin #D9DFCA

Tints of Gin #D9DFCA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.74%

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

R = 33.8%
G = 34.74%
B = 31.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#D9DFCA (or 0xD9DFCA) is known color: Gin. HEX triplet: D9, DF and CA. RGB value is (217,223,202). Sum of RGB (Red+Green+Blue) = 217+223+202=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFCA is #262035. Grayscale: #DADADA. Windows color (decimal): -2498614 or 13295577. OLE color: 13295577.

HSL color Cylindrical-coordinate representation of color #D9DFCA: hue angle of 77.14º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9DFCA is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 223 202 -
CMYK 0.03 0 0.09 0.13
HSL 77.14º 0.25% 0.83% -
HSV(B) 77.14º 0.09% 0.87% -
XYZ 65.66 71.79 66.27 -
YUV 218.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 217 223 202 0.03 0 0.09 0.13 77.14 0.25 0.83
Hex D9 DF CA 3 0 9 D 4D 19 53
Octal 331 337 312 3 0 11 15 115 31 123
Binary 11011001 11011111 11001010 11 0 1001 1101 1001101 11001 1010011

Color Harmonies of #D9DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DFCA

Black with #D9DFCA

Text Example


Text Example

White with #D9DFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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