Html Css Color HEX #D5DAC9 Gin

📋 copy color: '#D5DAC9'

red 213 ◦ green 218 ◦ blue 201

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

Shades of Gin #D5DAC9

Tints of Gin #D5DAC9

RGB

 RED value IS 213 (83.59% from 255) = 33.7%

 GREEN value IS 218 (85.55% from 255) = 34.49%

 BLUE value IS 201 (78.91% from 255) = 31.8%

R = 33.7%
G = 34.49%
B = 31.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D5DAC9 (or 0xD5DAC9) is known color: Gin. HEX triplet: D5, DA and C9. RGB value is (213,218,201). Sum of RGB (Red+Green+Blue) = 213+218+201=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 201 (78.91% from 255 or 31.80% from 632); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DAC9 is #2A2536. Grayscale: #D6D6D6. Windows color (decimal): -2762039 or 13228757. OLE color: 13228757.

HSL color Cylindrical-coordinate representation of color #D5DAC9: hue angle of 77.65º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5DAC9 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 218 201 -
CMYK 0.02 0 0.08 0.15
HSL 77.65º 0.19% 0.82% -
HSV(B) 77.65º 0.08% 0.85% -
XYZ 63.05 68.51 65.16 -
YUV 214.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 213 218 201 0.02 0 0.08 0.15 77.65 0.19 0.82
Hex D5 DA C9 2 0 8 F 4E 13 52
Octal 325 332 311 2 0 10 17 116 23 122
Binary 11010101 11011010 11001001 10 0 1000 1111 1001110 10011 1010010

Color Harmonies of #D5DAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DAC9

Black with #D5DAC9

Text Example


Text Example

White with #D5DAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DAC9; }

 p { color: rgb(213,218,201); }

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

background-color css

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

 a { background-color: rgb(213,218,201); }

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

border-color css

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

 span { border-color: rgb(213,218,201); }

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