Html Css Color HEX #DAC4DA Thistle

📋 copy color: '#DAC4DA'

red 218 ◦ green 196 ◦ blue 218

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

Shades of Thistle #DAC4DA

Tints of Thistle #DAC4DA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.01%

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

R = 34.49%
G = 31.01%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DAC4DA (or 0xDAC4DA) is known color: Thistle. HEX triplet: DA, C4 and DA. RGB value is (218,196,218). Sum of RGB (Red+Green+Blue) = 218+196+218=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 196 (76.95% from 255 or 31.01% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAC4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4DA is #253B25. Grayscale: #CDCDCD. Windows color (decimal): -2439974 or 14337242. OLE color: 14337242.

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

Color convert

RGB 218 196 218 -
CMYK 0 0.10 0 0.15
HSL 300º 0.23% 0.81% -
HSV(B) 300º 0.1% 0.85% -
XYZ 61.31 59.45 74.57 -
YUV 205.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 218 196 218 0 0.10 0 0.15 300 0.23 0.81
Hex DA C4 DA 0 A 0 F 12C 17 51
Octal 332 304 332 0 12 0 17 454 27 121
Binary 11011010 11000100 11011010 0 1010 0 1111 100101100 10111 1010001

Color Harmonies of #DAC4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC4DA

Black with #DAC4DA

Text Example


Text Example

White with #DAC4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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