Html Css Color HEX #DAB2DC Thistle

📋 copy color: '#DAB2DC'

red 218 ◦ green 178 ◦ blue 220

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

Shades of Thistle #DAB2DC

Tints of Thistle #DAB2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.9%

 BLUE value IS 220 (86.33% from 255) = 35.71%

R = 35.39%
G = 28.9%
B = 35.71%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DAB2DC (or 0xDAB2DC) is known color: Thistle. HEX triplet: DA, B2 and DC. RGB value is (218,178,220). Sum of RGB (Red+Green+Blue) = 218+178+220=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 178 (69.92% from 255 or 28.90% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAB2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2DC is #254D23. Grayscale: #C2C2C2. Windows color (decimal): -2444580 or 14463706. OLE color: 14463706.

HSL color Cylindrical-coordinate representation of color #DAB2DC: hue angle of 297.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB2DC is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 178 220 -
CMYK 0.01 0.19 0 0.14
HSL 297.14º 0.38% 0.78% -
HSV(B) 297.14º 0.19% 0.86% -
XYZ 57.75 51.91 74.69 -
YUV 194.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 218 178 220 0.01 0.19 0 0.14 297.14 0.38 0.78
Hex DA B2 DC 1 13 0 E 129 26 4E
Octal 332 262 334 1 23 0 16 451 46 116
Binary 11011010 10110010 11011100 1 10011 0 1110 100101001 100110 1001110

Color Harmonies of #DAB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB2DC

Black with #DAB2DC

Text Example


Text Example

White with #DAB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB2DC; }

 p { color: rgb(218,178,220); }

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

background-color css

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

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

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

border-color css

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

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

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