Html Css Color HEX #DAC4DF Thistle

📋 copy color: '#DAC4DF'

red 218 ◦ green 196 ◦ blue 223

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

Shades of Thistle #DAC4DF

Tints of Thistle #DAC4DF

RGB

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

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

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

R = 34.22%
G = 30.77%
B = 35.01%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DAC4DF (or 0xDAC4DF) is known color: Thistle. HEX triplet: DA, C4 and DF. RGB value is (218,196,223). Sum of RGB (Red+Green+Blue) = 218+196+223=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAC4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4DF is #253B20. Grayscale: #CDCDCD. Windows color (decimal): -2439969 or 14664922. OLE color: 14664922.

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

Color convert

RGB 218 196 223 -
CMYK 0.02 0.12 0 0.13
HSL 288.89º 0.3% 0.82% -
HSV(B) 288.89º 0.12% 0.87% -
XYZ 61.97 59.71 78.07 -
YUV 205.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 218 196 223 0.02 0.12 0 0.13 288.89 0.3 0.82
Hex DA C4 DF 2 C 0 D 121 1E 52
Octal 332 304 337 2 14 0 15 441 36 122
Binary 11011010 11000100 11011111 10 1100 0 1101 100100001 11110 1010010

Color Harmonies of #DAC4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC4DF

Black with #DAC4DF

Text Example


Text Example

White with #DAC4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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