Html Css Color HEX #DABFDF Thistle

📋 copy color: '#DABFDF'

red 218 ◦ green 191 ◦ blue 223

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

Shades of Thistle #DABFDF

Tints of Thistle #DABFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.28%

R = 34.49%
G = 30.22%
B = 35.28%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DABFDF (or 0xDABFDF) is known color: Thistle. HEX triplet: DA, BF and DF. RGB value is (218,191,223). Sum of RGB (Red+Green+Blue) = 218+191+223=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: blue. Hex color #DABFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFDF is #254020. Grayscale: #CACACA. Windows color (decimal): -2441249 or 14663642. OLE color: 14663642.

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

Color convert

RGB 218 191 223 -
CMYK 0.02 0.14 0 0.13
HSL 290.63º 0.33% 0.81% -
HSV(B) 290.63º 0.14% 0.87% -
XYZ 60.86 57.49 77.7 -
YUV 202.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 218 191 223 0.02 0.14 0 0.13 290.63 0.33 0.81
Hex DA BF DF 2 E 0 D 123 21 51
Octal 332 277 337 2 16 0 15 443 41 121
Binary 11011010 10111111 11011111 10 1110 0 1101 100100011 100001 1010001

Color Harmonies of #DABFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABFDF

Black with #DABFDF

Text Example


Text Example

White with #DABFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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