Html Css Color HEX #DAB8DD Thistle

📋 copy color: '#DAB8DD'

red 218 ◦ green 184 ◦ blue 221

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

Shades of Thistle #DAB8DD

Tints of Thistle #DAB8DD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.53%

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

R = 34.99%
G = 29.53%
B = 35.47%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DAB8DD (or 0xDAB8DD) is known color: Thistle. HEX triplet: DA, B8 and DD. RGB value is (218,184,221). Sum of RGB (Red+Green+Blue) = 218+184+221=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 184 (72.27% from 255 or 29.53% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAB8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB8DD is #254722. Grayscale: #C6C6C6. Windows color (decimal): -2443043 or 14530778. OLE color: 14530778.

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

Color convert

RGB 218 184 221 -
CMYK 0.01 0.17 0 0.13
HSL 295.14º 0.35% 0.79% -
HSV(B) 295.14º 0.17% 0.87% -
XYZ 59.11 54.41 75.79 -
YUV 198.38 140.76 141.99 -
System Red Green Blue C M Y K H S L
Decimal 218 184 221 0.01 0.17 0 0.13 295.14 0.35 0.79
Hex DA B8 DD 1 11 0 D 127 23 4F
Octal 332 270 335 1 21 0 15 447 43 117
Binary 11011010 10111000 11011101 1 10001 0 1101 100100111 100011 1001111

Color Harmonies of #DAB8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB8DD

Black with #DAB8DD

Text Example


Text Example

White with #DAB8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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