Html Css Color HEX #DAC8D9 Thistle

📋 copy color: '#DAC8D9'

red 218 ◦ green 200 ◦ blue 217

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

Shades of Thistle #DAC8D9

Tints of Thistle #DAC8D9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.5%

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

R = 34.33%
G = 31.5%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DAC8D9 (or 0xDAC8D9) is known color: Thistle. HEX triplet: DA, C8 and D9. RGB value is (218,200,217). Sum of RGB (Red+Green+Blue) = 218+200+217=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8D9 is #253726. Grayscale: #CFCFCF. Windows color (decimal): -2438951 or 14272730. OLE color: 14272730.

HSL color Cylindrical-coordinate representation of color #DAC8D9: hue angle of 303.33º degrees, saturation: 0.2, 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 #DAC8D9 is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 200 217 -
CMYK 0 0.08 0.00 0.15
HSL 303.33º 0.2% 0.82% -
HSV(B) 303.33º 0.08% 0.85% -
XYZ 62.09 61.22 74.19 -
YUV 207.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 218 200 217 0 0.08 0.00 0.15 303.33 0.2 0.82
Hex DA C8 D9 0 8 0 F 12F 14 52
Octal 332 310 331 0 10 0 17 457 24 122
Binary 11011010 11001000 11011001 0 1000 0 1111 100101111 10100 1010010

Color Harmonies of #DAC8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC8D9

Black with #DAC8D9

Text Example


Text Example

White with #DAC8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC8D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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