Html Css Color HEX #DAC1DF Thistle

📋 copy color: '#DAC1DF'

red 218 ◦ green 193 ◦ blue 223

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

Shades of Thistle #DAC1DF

Tints of Thistle #DAC1DF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.44%

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

R = 34.38%
G = 30.44%
B = 35.17%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DAC1DF (or 0xDAC1DF) is known color: Thistle. HEX triplet: DA, C1 and DF. RGB value is (218,193,223). Sum of RGB (Red+Green+Blue) = 218+193+223=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAC1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1DF is #253E20. Grayscale: #CBCBCB. Windows color (decimal): -2440737 or 14664154. OLE color: 14664154.

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

Color convert

RGB 218 193 223 -
CMYK 0.02 0.13 0 0.13
HSL 290º 0.32% 0.82% -
HSV(B) 290º 0.13% 0.87% -
XYZ 61.3 58.37 77.85 -
YUV 203.9 138.78 138.06 -
System Red Green Blue C M Y K H S L
Decimal 218 193 223 0.02 0.13 0 0.13 290 0.32 0.82
Hex DA C1 DF 2 D 0 D 122 20 52
Octal 332 301 337 2 15 0 15 442 40 122
Binary 11011010 11000001 11011111 10 1101 0 1101 100100010 100000 1010010

Color Harmonies of #DAC1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC1DF

Black with #DAC1DF

Text Example


Text Example

White with #DAC1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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