Html Css Color HEX #DAC6DB Thistle

📋 copy color: '#DAC6DB'

red 218 ◦ green 198 ◦ blue 219

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

Shades of Thistle #DAC6DB

Tints of Thistle #DAC6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.18%

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

R = 34.33%
G = 31.18%
B = 34.49%

CMYK

 C value IS 0.00

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DAC6DB (or 0xDAC6DB) is known color: Thistle. HEX triplet: DA, C6 and DB. RGB value is (218,198,219). Sum of RGB (Red+Green+Blue) = 218+198+219=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAC6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC6DB is #253924. Grayscale: #CECECE. Windows color (decimal): -2439461 or 14403290. OLE color: 14403290.

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

Color convert

RGB 218 198 219 -
CMYK 0.00 0.10 0 0.14
HSL 297.14º 0.23% 0.82% -
HSV(B) 297.14º 0.1% 0.86% -
XYZ 61.89 60.41 75.42 -
YUV 206.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 218 198 219 0.00 0.10 0 0.14 297.14 0.23 0.82
Hex DA C6 DB 0 A 0 E 129 17 52
Octal 332 306 333 0 12 0 16 451 27 122
Binary 11011010 11000110 11011011 0 1010 0 1110 100101001 10111 1010010

Color Harmonies of #DAC6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC6DB

Black with #DAC6DB

Text Example


Text Example

White with #DAC6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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