Html Css Color HEX #DAC5DB Thistle

📋 copy color: '#DAC5DB'

red 218 ◦ green 197 ◦ blue 219

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

Shades of Thistle #DAC5DB

Tints of Thistle #DAC5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.07%

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

R = 34.38%
G = 31.07%
B = 34.54%

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

#DAC5DB (or 0xDAC5DB) is known color: Thistle. HEX triplet: DA, C5 and DB. RGB value is (218,197,219). Sum of RGB (Red+Green+Blue) = 218+197+219=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAC5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5DB is #253A24. Grayscale: #CDCDCD. Windows color (decimal): -2439717 or 14403034. OLE color: 14403034.

HSL color Cylindrical-coordinate representation of color #DAC5DB: hue angle of 297.27º 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 #DAC5DB is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 197 219 -
CMYK 0.00 0.10 0 0.14
HSL 297.27º 0.23% 0.82% -
HSV(B) 297.27º 0.1% 0.86% -
XYZ 61.67 59.95 75.34 -
YUV 205.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 218 197 219 0.00 0.10 0 0.14 297.27 0.23 0.82
Hex DA C5 DB 0 A 0 E 129 17 52
Octal 332 305 333 0 12 0 16 451 27 122
Binary 11011010 11000101 11011011 0 1010 0 1110 100101001 10111 1010010

Color Harmonies of #DAC5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC5DB

Black with #DAC5DB

Text Example


Text Example

White with #DAC5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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