Html Css Color HEX #DAC9DD Thistle

📋 copy color: '#DAC9DD'

red 218 ◦ green 201 ◦ blue 221

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

Shades of Thistle #DAC9DD

Tints of Thistle #DAC9DD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.41%

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

R = 34.06%
G = 31.41%
B = 34.53%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DAC9DD (or 0xDAC9DD) is known color: Thistle. HEX triplet: DA, C9 and DD. RGB value is (218,201,221). Sum of RGB (Red+Green+Blue) = 218+201+221=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAC9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9DD is #253622. Grayscale: #D0D0D0. Windows color (decimal): -2438691 or 14535130. OLE color: 14535130.

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

Color convert

RGB 218 201 221 -
CMYK 0.01 0.09 0 0.13
HSL 291º 0.23% 0.83% -
HSV(B) 291º 0.09% 0.87% -
XYZ 62.85 61.9 77.04 -
YUV 208.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 218 201 221 0.01 0.09 0 0.13 291 0.23 0.83
Hex DA C9 DD 1 9 0 D 123 17 53
Octal 332 311 335 1 11 0 15 443 27 123
Binary 11011010 11001001 11011101 1 1001 0 1101 100100011 10111 1010011

Color Harmonies of #DAC9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC9DD

Black with #DAC9DD

Text Example


Text Example

White with #DAC9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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