#DFBCE4

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

Shades of Thistle #DFBCE4

Tints of Thistle #DFBCE4

Color information

#DFBCE4 (or 0xDFBCE4) is unknown color: approx Thistle. HEX triplet: DF, BC and E4. RGB value is (223,188,228). Sum of RGB (Red+Green+Blue) = 223+188+228=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFBCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCE4 is #20431B. Grayscale: #CACACA. Windows color (decimal): -2114332 or 14990559. OLE color: 14990559.

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

Color convert

RGB223188228-
CMYK0.020.1800.11
HSL292.5º42.55%81.57%-
HSV(B)292.5º17.54%89.41%-
XYZ62.4257.2681.16-
YUV203.02142.1142.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 188 (73.83% from 255) = 29.42%
BLUE value IS 228 (89.45% from 255) = 35.68%
R=34.90%
G=29.42%
B=35.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2231882280.020.1800.11292.542.5581.57
HexDFBCE42120B1242b52
Octal33727434422201344453122
Binary1101111110111100111001001010010010111001001001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCE4; }

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

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

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

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

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

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

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

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