Html Css Color HEX #DAC1D9 Thistle

📋 copy color: '#DAC1D9'

red 218 ◦ green 193 ◦ blue 217

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

Shades of Thistle #DAC1D9

Tints of Thistle #DAC1D9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.73%

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

R = 34.71%
G = 30.73%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DAC1D9 (or 0xDAC1D9) is known color: Thistle. HEX triplet: DA, C1 and D9. RGB value is (218,193,217). Sum of RGB (Red+Green+Blue) = 218+193+217=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1D9 is #253E26. Grayscale: #CBCBCB. Windows color (decimal): -2440743 or 14270938. OLE color: 14270938.

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

Color convert

RGB 218 193 217 -
CMYK 0 0.11 0.00 0.15
HSL 302.4º 0.25% 0.81% -
HSV(B) 302.4º 0.11% 0.85% -
XYZ 60.51 58.06 73.66 -
YUV 203.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 218 193 217 0 0.11 0.00 0.15 302.4 0.25 0.81
Hex DA C1 D9 0 B 0 F 12E 19 51
Octal 332 301 331 0 13 0 17 456 31 121
Binary 11011010 11000001 11011001 0 1011 0 1111 100101110 11001 1010001

Color Harmonies of #DAC1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC1D9

Black with #DAC1D9

Text Example


Text Example

White with #DAC1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC1D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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