Html Css Color HEX #DAC7DB Thistle

📋 copy color: '#DAC7DB'

red 218 ◦ green 199 ◦ blue 219

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

Shades of Thistle #DAC7DB

Tints of Thistle #DAC7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.29%

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

R = 34.28%
G = 31.29%
B = 34.43%

CMYK

 C value IS 0.00

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DAC7DB (or 0xDAC7DB) is known color: Thistle. HEX triplet: DA, C7 and DB. RGB value is (218,199,219). Sum of RGB (Red+Green+Blue) = 218+199+219=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAC7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC7DB is #253824. Grayscale: #CECECE. Windows color (decimal): -2439205 or 14403546. OLE color: 14403546.

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

Color convert

RGB 218 199 219 -
CMYK 0.00 0.09 0 0.14
HSL 297º 0.22% 0.82% -
HSV(B) 297º 0.09% 0.86% -
XYZ 62.12 60.87 75.49 -
YUV 206.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 218 199 219 0.00 0.09 0 0.14 297 0.22 0.82
Hex DA C7 DB 0 9 0 E 129 16 52
Octal 332 307 333 0 11 0 16 451 26 122
Binary 11011010 11000111 11011011 0 1001 0 1110 100101001 10110 1010010

Color Harmonies of #DAC7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC7DB

Black with #DAC7DB

Text Example


Text Example

White with #DAC7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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