Html Css Color HEX #DAC6DF Thistle

📋 copy color: '#DAC6DF'

red 218 ◦ green 198 ◦ blue 223

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

Shades of Thistle #DAC6DF

Tints of Thistle #DAC6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.9%

R = 34.12%
G = 30.99%
B = 34.9%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DAC6DF (or 0xDAC6DF) is known color: Thistle. HEX triplet: DA, C6 and DF. RGB value is (218,198,223). Sum of RGB (Red+Green+Blue) = 218+198+223=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAC6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC6DF is #253920. Grayscale: #CECECE. Windows color (decimal): -2439457 or 14665434. OLE color: 14665434.

HSL color Cylindrical-coordinate representation of color #DAC6DF: hue angle of 288º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC6DF is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 198 223 -
CMYK 0.02 0.11 0 0.13
HSL 288º 0.28% 0.83% -
HSV(B) 288º 0.11% 0.87% -
XYZ 62.43 60.62 78.22 -
YUV 206.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 218 198 223 0.02 0.11 0 0.13 288 0.28 0.83
Hex DA C6 DF 2 B 0 D 120 1C 53
Octal 332 306 337 2 13 0 15 440 34 123
Binary 11011010 11000110 11011111 10 1011 0 1101 100100000 11100 1010011

Color Harmonies of #DAC6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC6DF

Black with #DAC6DF

Text Example


Text Example

White with #DAC6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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