Html Css Color HEX #DFBFDE Thistle

📋 copy color: '#DFBFDE'

red 223 ◦ green 191 ◦ blue 222

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

Shades of Thistle #DFBFDE

Tints of Thistle #DFBFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.91%

R = 35.06%
G = 30.03%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DFBFDE (or 0xDFBFDE) is known color: Thistle. HEX triplet: DF, BF and DE. RGB value is (223,191,222). Sum of RGB (Red+Green+Blue) = 223+191+222=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFDE is #204021. Grayscale: #CCCCCC. Windows color (decimal): -2113570 or 14598111. OLE color: 14598111.

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

Color convert

RGB 223 191 222 -
CMYK 0 0.14 0.00 0.13
HSL 301.88º 0.33% 0.81% -
HSV(B) 301.88º 0.14% 0.87% -
XYZ 62.25 58.22 77.06 -
YUV 204.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 223 191 222 0 0.14 0.00 0.13 301.88 0.33 0.81
Hex DF BF DE 0 E 0 D 12E 21 51
Octal 337 277 336 0 16 0 15 456 41 121
Binary 11011111 10111111 11011110 0 1110 0 1101 100101110 100001 1010001

Color Harmonies of #DFBFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBFDE

Black with #DFBFDE

Text Example


Text Example

White with #DFBFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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