Html Css Color HEX #DAC4D8 Thistle

📋 copy color: '#DAC4D8'

red 218 ◦ green 196 ◦ blue 216

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

Shades of Thistle #DAC4D8

Tints of Thistle #DAC4D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.29%

R = 34.6%
G = 31.11%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DAC4D8 (or 0xDAC4D8) is known color: Thistle. HEX triplet: DA, C4 and D8. RGB value is (218,196,216). Sum of RGB (Red+Green+Blue) = 218+196+216=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 196 (76.95% from 255 or 31.11% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4D8 is #253B27. Grayscale: #CCCCCC. Windows color (decimal): -2439976 or 14206170. OLE color: 14206170.

HSL color Cylindrical-coordinate representation of color #DAC4D8: hue angle of 305.45º 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 #DAC4D8 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 196 216 -
CMYK 0 0.10 0.01 0.15
HSL 305.45º 0.23% 0.81% -
HSV(B) 305.45º 0.1% 0.85% -
XYZ 61.05 59.34 73.2 -
YUV 204.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 218 196 216 0 0.10 0.01 0.15 305.45 0.23 0.81
Hex DA C4 D8 0 A 1 F 131 17 51
Octal 332 304 330 0 12 1 17 461 27 121
Binary 11011010 11000100 11011000 0 1010 1 1111 100110001 10111 1010001

Color Harmonies of #DAC4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC4D8

Black with #DAC4D8

Text Example


Text Example

White with #DAC4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC4D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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