Html Css Color HEX #DAC7DD Thistle

📋 copy color: '#DAC7DD'

red 218 ◦ green 199 ◦ blue 221

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

Shades of Thistle #DAC7DD

Tints of Thistle #DAC7DD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.19%

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

R = 34.17%
G = 31.19%
B = 34.64%

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

#DAC7DD (or 0xDAC7DD) is known color: Thistle. HEX triplet: DA, C7 and DD. RGB value is (218,199,221). Sum of RGB (Red+Green+Blue) = 218+199+221=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC7DD is #253822. Grayscale: #CFCFCF. Windows color (decimal): -2439203 or 14534618. OLE color: 14534618.

HSL color Cylindrical-coordinate representation of color #DAC7DD: hue angle of 291.82º degrees, saturation: 0.24, 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 #DAC7DD is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 199 221 -
CMYK 0.01 0.10 0 0.13
HSL 291.82º 0.24% 0.82% -
HSV(B) 291.82º 0.1% 0.87% -
XYZ 62.39 60.97 76.89 -
YUV 207.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 218 199 221 0.01 0.10 0 0.13 291.82 0.24 0.82
Hex DA C7 DD 1 A 0 D 124 18 52
Octal 332 307 335 1 12 0 15 444 30 122
Binary 11011010 11000111 11011101 1 1010 0 1101 100100100 11000 1010010

Color Harmonies of #DAC7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC7DD

Black with #DAC7DD

Text Example


Text Example

White with #DAC7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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