Html Css Color HEX #DABBDD Thistle

📋 copy color: '#DABBDD'

red 218 ◦ green 187 ◦ blue 221

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

Shades of Thistle #DABBDD

Tints of Thistle #DABBDD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.87%

 BLUE value IS 221 (86.72% from 255) = 35.3%

R = 34.82%
G = 29.87%
B = 35.3%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DABBDD (or 0xDABBDD) is known color: Thistle. HEX triplet: DA, BB and DD. RGB value is (218,187,221). Sum of RGB (Red+Green+Blue) = 218+187+221=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #DABBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBDD is #254422. Grayscale: #C8C8C8. Windows color (decimal): -2442275 or 14531546. OLE color: 14531546.

HSL color Cylindrical-coordinate representation of color #DABBDD: hue angle of 294.71º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABBDD is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 187 221 -
CMYK 0.01 0.15 0 0.13
HSL 294.71º 0.33% 0.8% -
HSV(B) 294.71º 0.15% 0.87% -
XYZ 59.73 55.67 76 -
YUV 200.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 218 187 221 0.01 0.15 0 0.13 294.71 0.33 0.8
Hex DA BB DD 1 F 0 D 127 21 50
Octal 332 273 335 1 17 0 15 447 41 120
Binary 11011010 10111011 11011101 1 1111 0 1101 100100111 100001 1010000

Color Harmonies of #DABBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBDD

Black with #DABBDD

Text Example


Text Example

White with #DABBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBDD; }

 p { color: rgb(218,187,221); }

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

background-color css

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

 a { background-color: rgb(218,187,221); }

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

border-color css

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

 span { border-color: rgb(218,187,221); }

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