Html Css Color HEX #DAC5DD Thistle

📋 copy color: '#DAC5DD'

red 218 ◦ green 197 ◦ blue 221

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

Shades of Thistle #DAC5DD

Tints of Thistle #DAC5DD

RGB

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

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

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

R = 34.28%
G = 30.97%
B = 34.75%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DAC5DD (or 0xDAC5DD) is known color: Thistle. HEX triplet: DA, C5 and DD. RGB value is (218,197,221). Sum of RGB (Red+Green+Blue) = 218+197+221=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAC5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5DD is #253A22. Grayscale: #CDCDCD. Windows color (decimal): -2439715 or 14534106. OLE color: 14534106.

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

Color convert

RGB 218 197 221 -
CMYK 0.01 0.11 0 0.13
HSL 292.5º 0.26% 0.82% -
HSV(B) 292.5º 0.11% 0.87% -
XYZ 61.93 60.06 76.73 -
YUV 206.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 218 197 221 0.01 0.11 0 0.13 292.5 0.26 0.82
Hex DA C5 DD 1 B 0 D 124 1A 52
Octal 332 305 335 1 13 0 15 444 32 122
Binary 11011010 11000101 11011101 1 1011 0 1101 100100100 11010 1010010

Color Harmonies of #DAC5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC5DD

Black with #DAC5DD

Text Example


Text Example

White with #DAC5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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