Html Css Color HEX #DFBFE5 Thistle

📋 copy color: '#DFBFE5'

red 223 ◦ green 191 ◦ blue 229

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

Shades of Thistle #DFBFE5

Tints of Thistle #DFBFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.61%

R = 34.68%
G = 29.7%
B = 35.61%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DFBFE5 (or 0xDFBFE5) is known color: Thistle. HEX triplet: DF, BF and E5. RGB value is (223,191,229). Sum of RGB (Red+Green+Blue) = 223+191+229=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFBFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFE5 is #20401A. Grayscale: #CCCCCC. Windows color (decimal): -2113563 or 15056863. OLE color: 15056863.

HSL color Cylindrical-coordinate representation of color #DFBFE5: hue angle of 290.53º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFBFE5 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 191 229 -
CMYK 0.03 0.17 0 0.10
HSL 290.53º 0.42% 0.82% -
HSV(B) 290.53º 0.17% 0.9% -
XYZ 63.21 58.61 82.11 -
YUV 204.9 141.6 140.91 -
System Red Green Blue C M Y K H S L
Decimal 223 191 229 0.03 0.17 0 0.10 290.53 0.42 0.82
Hex DF BF E5 3 11 0 A 123 2A 52
Octal 337 277 345 3 21 0 12 443 52 122
Binary 11011111 10111111 11100101 11 10001 0 1010 100100011 101010 1010010

Color Harmonies of #DFBFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBFE5

Black with #DFBFE5

Text Example


Text Example

White with #DFBFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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