Html Css Color HEX #DAC7D9 Thistle

📋 copy color: '#DAC7D9'

red 218 ◦ green 199 ◦ blue 217

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

Shades of Thistle #DAC7D9

Tints of Thistle #DAC7D9

RGB

 RED value IS 218 (85.55% from 255) = 34.38%

 GREEN value IS 199 (78.13% from 255) = 31.39%

 BLUE value IS 217 (85.16% from 255) = 34.23%

R = 34.38%
G = 31.39%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DAC7D9 (or 0xDAC7D9) is known color: Thistle. HEX triplet: DA, C7 and D9. RGB value is (218,199,217). Sum of RGB (Red+Green+Blue) = 218+199+217=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC7D9 is #253826. Grayscale: #CECECE. Windows color (decimal): -2439207 or 14272474. OLE color: 14272474.

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

Color convert

RGB 218 199 217 -
CMYK 0 0.09 0.00 0.15
HSL 303.16º 0.2% 0.82% -
HSV(B) 303.16º 0.09% 0.85% -
XYZ 61.86 60.76 74.11 -
YUV 206.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 218 199 217 0 0.09 0.00 0.15 303.16 0.2 0.82
Hex DA C7 D9 0 9 0 F 12F 14 52
Octal 332 307 331 0 11 0 17 457 24 122
Binary 11011010 11000111 11011001 0 1001 0 1111 100101111 10100 1010010

Color Harmonies of #DAC7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC7D9

Black with #DAC7D9

Text Example


Text Example

White with #DAC7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC7D9; }

 p { color: rgb(218,199,217); }

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

background-color css

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

 a { background-color: rgb(218,199,217); }

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

border-color css

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

 span { border-color: rgb(218,199,217); }

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