Html Css Color HEX #DABFD9 Thistle

📋 copy color: '#DABFD9'

red 218 ◦ green 191 ◦ blue 217

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

Shades of Thistle #DABFD9

Tints of Thistle #DABFD9

RGB

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

 GREEN value IS 191 (75% from 255) = 30.51%

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

R = 34.82%
G = 30.51%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DABFD9 (or 0xDABFD9) is known color: Thistle. HEX triplet: DA, BF and D9. RGB value is (218,191,217). Sum of RGB (Red+Green+Blue) = 218+191+217=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFD9 is #254026. Grayscale: #C9C9C9. Windows color (decimal): -2441255 or 14270426. OLE color: 14270426.

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

Color convert

RGB 218 191 217 -
CMYK 0 0.12 0.00 0.15
HSL 302.22º 0.27% 0.8% -
HSV(B) 302.22º 0.12% 0.85% -
XYZ 60.07 57.18 73.52 -
YUV 202.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 218 191 217 0 0.12 0.00 0.15 302.22 0.27 0.8
Hex DA BF D9 0 C 0 F 12E 1B 50
Octal 332 277 331 0 14 0 17 456 33 120
Binary 11011010 10111111 11011001 0 1100 0 1111 100101110 11011 1010000

Color Harmonies of #DABFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABFD9

Black with #DABFD9

Text Example


Text Example

White with #DABFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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