Html Css Color HEX #DAC8DD Thistle

📋 copy color: '#DAC8DD'

red 218 ◦ green 200 ◦ blue 221

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

Shades of Thistle #DAC8DD

Tints of Thistle #DAC8DD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.3%

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

R = 34.12%
G = 31.3%
B = 34.59%

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

#DAC8DD (or 0xDAC8DD) is known color: Thistle. HEX triplet: DA, C8 and DD. RGB value is (218,200,221). Sum of RGB (Red+Green+Blue) = 218+200+221=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAC8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8DD is #253722. Grayscale: #CFCFCF. Windows color (decimal): -2438947 or 14534874. OLE color: 14534874.

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

Color convert

RGB 218 200 221 -
CMYK 0.01 0.10 0 0.13
HSL 291.43º 0.24% 0.83% -
HSV(B) 291.43º 0.1% 0.87% -
XYZ 62.62 61.43 76.96 -
YUV 207.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 218 200 221 0.01 0.10 0 0.13 291.43 0.24 0.83
Hex DA C8 DD 1 A 0 D 123 18 53
Octal 332 310 335 1 12 0 15 443 30 123
Binary 11011010 11001000 11011101 1 1010 0 1101 100100011 11000 1010011

Color Harmonies of #DAC8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC8DD

Black with #DAC8DD

Text Example


Text Example

White with #DAC8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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