Html Css Color HEX #DFBFE3 Thistle

📋 copy color: '#DFBFE3'

red 223 ◦ green 191 ◦ blue 227

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

Shades of Thistle #DFBFE3

Tints of Thistle #DFBFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.41%

R = 34.79%
G = 29.8%
B = 35.41%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DFBFE3 (or 0xDFBFE3) is known color: Thistle. HEX triplet: DF, BF and E3. RGB value is (223,191,227). Sum of RGB (Red+Green+Blue) = 223+191+227=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFBFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFE3 is #20401C. Grayscale: #CCCCCC. Windows color (decimal): -2113565 or 14925791. OLE color: 14925791.

HSL color Cylindrical-coordinate representation of color #DFBFE3: hue angle of 293.33º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBFE3 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 191 227 -
CMYK 0.02 0.16 0 0.11
HSL 293.33º 0.39% 0.82% -
HSV(B) 293.33º 0.16% 0.89% -
XYZ 62.93 58.5 80.65 -
YUV 204.67 140.6 141.07 -
System Red Green Blue C M Y K H S L
Decimal 223 191 227 0.02 0.16 0 0.11 293.33 0.39 0.82
Hex DF BF E3 2 10 0 B 125 27 52
Octal 337 277 343 2 20 0 13 445 47 122
Binary 11011111 10111111 11100011 10 10000 0 1011 100100101 100111 1010010

Color Harmonies of #DFBFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBFE3

Black with #DFBFE3

Text Example


Text Example

White with #DFBFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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