Html Css Color HEX #DABBD9 Thistle

📋 copy color: '#DABBD9'

red 218 ◦ green 187 ◦ blue 217

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

Shades of Thistle #DABBD9

Tints of Thistle #DABBD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.89%

R = 35.05%
G = 30.06%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DABBD9 (or 0xDABBD9) is known color: Thistle. HEX triplet: DA, BB and D9. RGB value is (218,187,217). Sum of RGB (Red+Green+Blue) = 218+187+217=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBD9 is #254426. Grayscale: #C7C7C7. Windows color (decimal): -2442279 or 14269402. OLE color: 14269402.

HSL color Cylindrical-coordinate representation of color #DABBD9: hue angle of 301.94º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABBD9 is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 187 217 -
CMYK 0 0.14 0.00 0.15
HSL 301.94º 0.3% 0.79% -
HSV(B) 301.94º 0.14% 0.85% -
XYZ 59.21 55.46 73.23 -
YUV 199.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 218 187 217 0 0.14 0.00 0.15 301.94 0.3 0.79
Hex DA BB D9 0 E 0 F 12E 1E 4F
Octal 332 273 331 0 16 0 17 456 36 117
Binary 11011010 10111011 11011001 0 1110 0 1111 100101110 11110 1001111

Color Harmonies of #DABBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBD9

Black with #DABBD9

Text Example


Text Example

White with #DABBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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