Html Css Color HEX #DAB1E1 Thistle

📋 copy color: '#DAB1E1'

red 218 ◦ green 177 ◦ blue 225

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

Shades of Thistle #DAB1E1

Tints of Thistle #DAB1E1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.55%

 BLUE value IS 225 (88.28% from 255) = 36.29%

R = 35.16%
G = 28.55%
B = 36.29%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DAB1E1 (or 0xDAB1E1) is known color: Thistle. HEX triplet: DA, B1 and E1. RGB value is (218,177,225). Sum of RGB (Red+Green+Blue) = 218+177+225=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #DAB1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1E1 is #254E1E. Grayscale: #C2C2C2. Windows color (decimal): -2444831 or 14791130. OLE color: 14791130.

HSL color Cylindrical-coordinate representation of color #DAB1E1: hue angle of 291.25º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAB1E1 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 177 225 -
CMYK 0.03 0.21 0 0.12
HSL 291.25º 0.44% 0.79% -
HSV(B) 291.25º 0.21% 0.88% -
XYZ 58.23 51.79 78.16 -
YUV 194.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 218 177 225 0.03 0.21 0 0.12 291.25 0.44 0.79
Hex DA B1 E1 3 15 0 C 123 2C 4F
Octal 332 261 341 3 25 0 14 443 54 117
Binary 11011010 10110001 11100001 11 10101 0 1100 100100011 101100 1001111

Color Harmonies of #DAB1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB1E1

Black with #DAB1E1

Text Example


Text Example

White with #DAB1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB1E1; }

 p { color: rgb(218,177,225); }

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

background-color css

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

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

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

border-color css

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

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

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