Html Css Color HEX #DFBFE1 Thistle

📋 copy color: '#DFBFE1'

red 223 ◦ green 191 ◦ blue 225

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

Shades of Thistle #DFBFE1

Tints of Thistle #DFBFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.21%

R = 34.9%
G = 29.89%
B = 35.21%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DFBFE1 (or 0xDFBFE1) is known color: Thistle. HEX triplet: DF, BF and E1. RGB value is (223,191,225). Sum of RGB (Red+Green+Blue) = 223+191+225=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFBFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFE1 is #20401E. Grayscale: #CCCCCC. Windows color (decimal): -2113567 or 14794719. OLE color: 14794719.

HSL color Cylindrical-coordinate representation of color #DFBFE1: hue angle of 296.47º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBFE1 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 191 225 -
CMYK 0.01 0.15 0 0.12
HSL 296.47º 0.36% 0.82% -
HSV(B) 296.47º 0.15% 0.88% -
XYZ 62.65 58.39 79.2 -
YUV 204.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 223 191 225 0.01 0.15 0 0.12 296.47 0.36 0.82
Hex DF BF E1 1 F 0 C 128 24 52
Octal 337 277 341 1 17 0 14 450 44 122
Binary 11011111 10111111 11100001 1 1111 0 1100 100101000 100100 1010010

Color Harmonies of #DFBFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBFE1

Black with #DFBFE1

Text Example


Text Example

White with #DFBFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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