#DFBFE4

Color #DFBFE4 Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #DFBFE4

Tints of Thistle #DFBFE4

Color information

#DFBFE4 (or 0xDFBFE4) is unknown color: approx Thistle. HEX triplet: DF, BF and E4. RGB value is (223,191,228). Sum of RGB (Red+Green+Blue) = 223+191+228=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 228 (89.45% from 255 or 35.51% from 642); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFBFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFE4 is #20401B. Grayscale: #CCCCCC. Windows color (decimal): -2113564 or 14991327. OLE color: 14991327.

HSL color Cylindrical-coordinate representation of color #DFBFE4: hue angle of 291.89º degrees, saturation: 0.41, 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 #DFBFE4 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB223191228-
CMYK0.020.1600.11
HSL291.89º40.66%82.16%-
HSV(B)291.89º16.23%89.41%-
XYZ63.0758.5581.38-
YUV204.79141.1140.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 191 (75% from 255) = 29.75%
BLUE value IS 228 (89.45% from 255) = 35.51%
R=34.74%
G=29.75%
B=35.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2231912280.020.1600.11291.8940.6682.16
HexDFBFE42100B1242952
Octal33727734422001344451122
Binary1101111110111111111001001010000010111001001001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFE4; }

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

 H1.HeaderClassName
 {
   color: #DFBFE4;
 }
 .AnyTagClassName
 {
   color: #DFBFE4;
 }
</style>
background-color css

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

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

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

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

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

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