Html Css Color HEX #DAC4DD Thistle

📋 copy color: '#DAC4DD'

red 218 ◦ green 196 ◦ blue 221

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

Shades of Thistle #DAC4DD

Tints of Thistle #DAC4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.8%

R = 34.33%
G = 30.87%
B = 34.8%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DAC4DD (or 0xDAC4DD) is known color: Thistle. HEX triplet: DA, C4 and DD. RGB value is (218,196,221). Sum of RGB (Red+Green+Blue) = 218+196+221=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAC4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4DD is #253B22. Grayscale: #CDCDCD. Windows color (decimal): -2439971 or 14533850. OLE color: 14533850.

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

Color convert

RGB 218 196 221 -
CMYK 0.01 0.11 0 0.13
HSL 292.8º 0.27% 0.82% -
HSV(B) 292.8º 0.11% 0.87% -
XYZ 61.7 59.61 76.66 -
YUV 205.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 218 196 221 0.01 0.11 0 0.13 292.8 0.27 0.82
Hex DA C4 DD 1 B 0 D 125 1B 52
Octal 332 304 335 1 13 0 15 445 33 122
Binary 11011010 11000100 11011101 1 1011 0 1101 100100101 11011 1010010

Color Harmonies of #DAC4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC4DD

Black with #DAC4DD

Text Example


Text Example

White with #DAC4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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