Html Css Color HEX #DAC6DD Thistle

📋 copy color: '#DAC6DD'

red 218 ◦ green 198 ◦ blue 221

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

Shades of Thistle #DAC6DD

Tints of Thistle #DAC6DD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.08%

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

R = 34.22%
G = 31.08%
B = 34.69%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DAC6DD (or 0xDAC6DD) is known color: Thistle. HEX triplet: DA, C6 and DD. RGB value is (218,198,221). Sum of RGB (Red+Green+Blue) = 218+198+221=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAC6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC6DD is #253922. Grayscale: #CECECE. Windows color (decimal): -2439459 or 14534362. OLE color: 14534362.

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

Color convert

RGB 218 198 221 -
CMYK 0.01 0.10 0 0.13
HSL 292.17º 0.25% 0.82% -
HSV(B) 292.17º 0.1% 0.87% -
XYZ 62.16 60.51 76.81 -
YUV 206.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 218 198 221 0.01 0.10 0 0.13 292.17 0.25 0.82
Hex DA C6 DD 1 A 0 D 124 19 52
Octal 332 306 335 1 12 0 15 444 31 122
Binary 11011010 11000110 11011101 1 1010 0 1101 100100100 11001 1010010

Color Harmonies of #DAC6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC6DD

Black with #DAC6DD

Text Example


Text Example

White with #DAC6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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