Html Css Color HEX #DAB6E3 Thistle

📋 copy color: '#DAB6E3'

red 218 ◦ green 182 ◦ blue 227

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

Shades of Thistle #DAB6E3

Tints of Thistle #DAB6E3

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.03%

 BLUE value IS 227 (89.06% from 255) = 36.2%

R = 34.77%
G = 29.03%
B = 36.2%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DAB6E3 (or 0xDAB6E3) is known color: Thistle. HEX triplet: DA, B6 and E3. RGB value is (218,182,227). Sum of RGB (Red+Green+Blue) = 218+182+227=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 182 (71.48% from 255 or 29.03% from 627); Blue value is 227 (89.06% from 255 or 36.20% from 627); Max value from RGB is 227 - color contains mainly: blue. Hex color #DAB6E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6E3 is #25491C. Grayscale: #C5C5C5. Windows color (decimal): -2443549 or 14923482. OLE color: 14923482.

HSL color Cylindrical-coordinate representation of color #DAB6E3: hue angle of 288º degrees, saturation: 0.45, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAB6E3 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 182 227 -
CMYK 0.04 0.20 0 0.11
HSL 288º 0.45% 0.8% -
HSV(B) 288º 0.2% 0.89% -
XYZ 59.51 53.91 79.94 -
YUV 197.89 144.43 142.34 -
System Red Green Blue C M Y K H S L
Decimal 218 182 227 0.04 0.20 0 0.11 288 0.45 0.8
Hex DA B6 E3 4 14 0 B 120 2D 50
Octal 332 266 343 4 24 0 13 440 55 120
Binary 11011010 10110110 11100011 100 10100 0 1011 100100000 101101 1010000

Color Harmonies of #DAB6E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB6E3

Black with #DAB6E3

Text Example


Text Example

White with #DAB6E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB6E3; }

 p { color: rgb(218,182,227); }

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

background-color css

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

 a { background-color: rgb(218,182,227); }

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

border-color css

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

 span { border-color: rgb(218,182,227); }

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