Html Css Color HEX #DFBFE0 Thistle

📋 copy color: '#DFBFE0'

red 223 ◦ green 191 ◦ blue 224

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

Shades of Thistle #DFBFE0

Tints of Thistle #DFBFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.11%

R = 34.95%
G = 29.94%
B = 35.11%

CMYK

 C value IS 0.00

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DFBFE0 (or 0xDFBFE0) is known color: Thistle. HEX triplet: DF, BF and E0. RGB value is (223,191,224). Sum of RGB (Red+Green+Blue) = 223+191+224=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFBFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFE0 is #20401F. Grayscale: #CCCCCC. Windows color (decimal): -2113568 or 14729183. OLE color: 14729183.

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

Color convert

RGB 223 191 224 -
CMYK 0.00 0.15 0 0.12
HSL 298.18º 0.35% 0.81% -
HSV(B) 298.18º 0.15% 0.88% -
XYZ 62.52 58.33 78.49 -
YUV 204.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 223 191 224 0.00 0.15 0 0.12 298.18 0.35 0.81
Hex DF BF E0 0 F 0 C 12A 23 51
Octal 337 277 340 0 17 0 14 452 43 121
Binary 11011111 10111111 11100000 0 1111 0 1100 100101010 100011 1010001

Color Harmonies of #DFBFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBFE0

Black with #DFBFE0

Text Example


Text Example

White with #DFBFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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