Html Css Color HEX #DAC9DB Thistle

📋 copy color: '#DAC9DB'

red 218 ◦ green 201 ◦ blue 219

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

Shades of Thistle #DAC9DB

Tints of Thistle #DAC9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.33%

R = 34.17%
G = 31.5%
B = 34.33%

CMYK

 C value IS 0.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DAC9DB (or 0xDAC9DB) is known color: Thistle. HEX triplet: DA, C9 and DB. RGB value is (218,201,219). Sum of RGB (Red+Green+Blue) = 218+201+219=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAC9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9DB is #253624. Grayscale: #D0D0D0. Windows color (decimal): -2438693 or 14404058. OLE color: 14404058.

HSL color Cylindrical-coordinate representation of color #DAC9DB: hue angle of 296.67º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAC9DB is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 201 219 -
CMYK 0.00 0.08 0 0.14
HSL 296.67º 0.2% 0.82% -
HSV(B) 296.67º 0.08% 0.86% -
XYZ 62.59 61.79 75.65 -
YUV 208.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 218 201 219 0.00 0.08 0 0.14 296.67 0.2 0.82
Hex DA C9 DB 0 8 0 E 129 14 52
Octal 332 311 333 0 10 0 16 451 24 122
Binary 11011010 11001001 11011011 0 1000 0 1110 100101001 10100 1010010

Color Harmonies of #DAC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC9DB

Black with #DAC9DB

Text Example


Text Example

White with #DAC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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