Html Css Color HEX #DAC3DA Thistle

📋 copy color: '#DAC3DA'

red 218 ◦ green 195 ◦ blue 218

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

Shades of Thistle #DAC3DA

Tints of Thistle #DAC3DA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.9%

 BLUE value IS 218 (85.55% from 255) = 34.55%

R = 34.55%
G = 30.9%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DAC3DA (or 0xDAC3DA) is known color: Thistle. HEX triplet: DA, C3 and DA. RGB value is (218,195,218). Sum of RGB (Red+Green+Blue) = 218+195+218=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 195 (76.56% from 255 or 30.90% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAC3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3DA is #253C25. Grayscale: #CCCCCC. Windows color (decimal): -2440230 or 14336986. OLE color: 14336986.

HSL color Cylindrical-coordinate representation of color #DAC3DA: hue angle of 300º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC3DA is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 195 218 -
CMYK 0 0.11 0 0.15
HSL 300º 0.24% 0.81% -
HSV(B) 300º 0.11% 0.85% -
XYZ 61.08 59 74.5 -
YUV 204.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 218 195 218 0 0.11 0 0.15 300 0.24 0.81
Hex DA C3 DA 0 B 0 F 12C 18 51
Octal 332 303 332 0 13 0 17 454 30 121
Binary 11011010 11000011 11011010 0 1011 0 1111 100101100 11000 1010001

Color Harmonies of #DAC3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC3DA

Black with #DAC3DA

Text Example


Text Example

White with #DAC3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC3DA; }

 p { color: rgb(218,195,218); }

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

background-color css

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

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

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

border-color css

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

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

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