Html Css Color HEX #DAC5D9 Thistle

📋 copy color: '#DAC5D9'

red 218 ◦ green 197 ◦ blue 217

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

Shades of Thistle #DAC5D9

Tints of Thistle #DAC5D9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.17%

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

R = 34.49%
G = 31.17%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DAC5D9 (or 0xDAC5D9) is known color: Thistle. HEX triplet: DA, C5 and D9. RGB value is (218,197,217). Sum of RGB (Red+Green+Blue) = 218+197+217=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5D9 is #253A26. Grayscale: #CDCDCD. Windows color (decimal): -2439719 or 14271962. OLE color: 14271962.

HSL color Cylindrical-coordinate representation of color #DAC5D9: hue angle of 302.86º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC5D9 is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 197 217 -
CMYK 0 0.10 0.00 0.15
HSL 302.86º 0.22% 0.81% -
HSV(B) 302.86º 0.1% 0.85% -
XYZ 61.4 59.85 73.96 -
YUV 205.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 218 197 217 0 0.10 0.00 0.15 302.86 0.22 0.81
Hex DA C5 D9 0 A 0 F 12F 16 51
Octal 332 305 331 0 12 0 17 457 26 121
Binary 11011010 11000101 11011001 0 1010 0 1111 100101111 10110 1010001

Color Harmonies of #DAC5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC5D9

Black with #DAC5D9

Text Example


Text Example

White with #DAC5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC5D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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