Html Css Color HEX #DAC0DD Thistle

📋 copy color: '#DAC0DD'

red 218 ◦ green 192 ◦ blue 221

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

Shades of Thistle #DAC0DD

Tints of Thistle #DAC0DD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.43%

 BLUE value IS 221 (86.72% from 255) = 35.02%

R = 34.55%
G = 30.43%
B = 35.02%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DAC0DD (or 0xDAC0DD) is known color: Thistle. HEX triplet: DA, C0 and DD. RGB value is (218,192,221). Sum of RGB (Red+Green+Blue) = 218+192+221=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0DD is #253F22. Grayscale: #CACACA. Windows color (decimal): -2440995 or 14532826. OLE color: 14532826.

HSL color Cylindrical-coordinate representation of color #DAC0DD: hue angle of 293.79º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAC0DD is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 192 221 -
CMYK 0.01 0.13 0 0.13
HSL 293.79º 0.3% 0.81% -
HSV(B) 293.79º 0.13% 0.87% -
XYZ 60.81 57.83 76.36 -
YUV 203.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 218 192 221 0.01 0.13 0 0.13 293.79 0.3 0.81
Hex DA C0 DD 1 D 0 D 126 1E 51
Octal 332 300 335 1 15 0 15 446 36 121
Binary 11011010 11000000 11011101 1 1101 0 1101 100100110 11110 1010001

Color Harmonies of #DAC0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC0DD

Black with #DAC0DD

Text Example


Text Example

White with #DAC0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC0DD; }

 p { color: rgb(218,192,221); }

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

background-color css

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

 a { background-color: rgb(218,192,221); }

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

border-color css

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

 span { border-color: rgb(218,192,221); }

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