Html Css Color HEX #DAB2E0 Thistle

📋 copy color: '#DAB2E0'

red 218 ◦ green 178 ◦ blue 224

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

Shades of Thistle #DAB2E0

Tints of Thistle #DAB2E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.13%

R = 35.16%
G = 28.71%
B = 36.13%

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

#DAB2E0 (or 0xDAB2E0) is known color: Thistle. HEX triplet: DA, B2 and E0. RGB value is (218,178,224). Sum of RGB (Red+Green+Blue) = 218+178+224=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #DAB2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2E0 is #254D1F. Grayscale: #C3C3C3. Windows color (decimal): -2444576 or 14725850. OLE color: 14725850.

HSL color Cylindrical-coordinate representation of color #DAB2E0: hue angle of 292.17º degrees, saturation: 0.43, 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 #DAB2E0 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 178 224 -
CMYK 0.03 0.21 0 0.12
HSL 292.17º 0.43% 0.79% -
HSV(B) 292.17º 0.21% 0.88% -
XYZ 58.29 52.13 77.51 -
YUV 195.2 144.25 144.26 -
System Red Green Blue C M Y K H S L
Decimal 218 178 224 0.03 0.21 0 0.12 292.17 0.43 0.79
Hex DA B2 E0 3 15 0 C 124 2B 4F
Octal 332 262 340 3 25 0 14 444 53 117
Binary 11011010 10110010 11100000 11 10101 0 1100 100100100 101011 1001111

Color Harmonies of #DAB2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB2E0

Black with #DAB2E0

Text Example


Text Example

White with #DAB2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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