Html Css Color HEX #D5DACC Gin

📋 copy color: '#D5DACC'

red 213 ◦ green 218 ◦ blue 204

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

Shades of Gin #D5DACC

Tints of Gin #D5DACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.13%

R = 33.54%
G = 34.33%
B = 32.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D5DACC (or 0xD5DACC) is known color: Gin. HEX triplet: D5, DA and CC. RGB value is (213,218,204). Sum of RGB (Red+Green+Blue) = 213+218+204=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DACC is #2A2533. Grayscale: #D6D6D6. Windows color (decimal): -2762036 or 13425365. OLE color: 13425365.

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

Color convert

RGB 213 218 204 -
CMYK 0.02 0 0.06 0.15
HSL 81.43º 0.16% 0.83% -
HSV(B) 81.43º 0.06% 0.85% -
XYZ 63.41 68.65 67.04 -
YUV 214.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 213 218 204 0.02 0 0.06 0.15 81.43 0.16 0.83
Hex D5 DA CC 2 0 6 F 51 10 53
Octal 325 332 314 2 0 6 17 121 20 123
Binary 11010101 11011010 11001100 10 0 110 1111 1010001 10000 1010011

Color Harmonies of #D5DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DACC

Black with #D5DACC

Text Example


Text Example

White with #D5DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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