Html Css Color HEX #DFBFDF Thistle

📋 copy color: '#DFBFDF'

red 223 ◦ green 191 ◦ blue 223

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

Shades of Thistle #DFBFDF

Tints of Thistle #DFBFDF

RGB

 RED value IS 223 (87.5% from 255) = 35.01%

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

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

R = 35.01%
G = 29.98%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DFBFDF (or 0xDFBFDF) is known color: Thistle. HEX triplet: DF, BF and DF. RGB value is (223,191,223). Sum of RGB (Red+Green+Blue) = 223+191+223=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFBFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFDF is #204020. Grayscale: #CCCCCC. Windows color (decimal): -2113569 or 14663647. OLE color: 14663647.

HSL color Cylindrical-coordinate representation of color #DFBFDF: hue angle of 300º 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 #DFBFDF is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 191 223 -
CMYK 0 0.14 0 0.13
HSL 300º 0.33% 0.81% -
HSV(B) 300º 0.14% 0.87% -
XYZ 62.38 58.28 77.77 -
YUV 204.22 138.6 141.4 -
System Red Green Blue C M Y K H S L
Decimal 223 191 223 0 0.14 0 0.13 300 0.33 0.81
Hex DF BF DF 0 E 0 D 12C 21 51
Octal 337 277 337 0 16 0 15 454 41 121
Binary 11011111 10111111 11011111 0 1110 0 1101 100101100 100001 1010001

Color Harmonies of #DFBFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBFDF

Black with #DFBFDF

Text Example


Text Example

White with #DFBFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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