#DFBCE0

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

Shades of Thistle #DFBCE0

Tints of Thistle #DFBCE0

Color information

#DFBCE0 (or 0xDFBCE0) is unknown color: approx Thistle. HEX triplet: DF, BC and E0. RGB value is (223,188,224). Sum of RGB (Red+Green+Blue) = 223+188+224=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFBCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCE0 is #20431F. Grayscale: #CACACA. Windows color (decimal): -2114336 or 14728415. OLE color: 14728415.

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

Color convert

RGB223188224-
CMYK0.000.1600.12
HSL298.33º36.73%80.78%-
HSV(B)298.33º16.07%87.84%-
XYZ61.8757.0478.27-
YUV202.57140.1142.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 188 (73.83% from 255) = 29.61%
BLUE value IS 224 (87.89% from 255) = 35.28%
R=35.12%
G=29.61%
B=35.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231882240.000.1600.12298.3336.7380.78
HexDFBCE00100C12a2551
Octal33727434002001445245121
Binary110111111011110011100000010000011001001010101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCE0; }

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

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

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

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

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

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

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

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