#DFBBE4

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

Shades of Thistle #DFBBE4

Tints of Thistle #DFBBE4

Color information

#DFBBE4 (or 0xDFBBE4) is unknown color: approx Thistle. HEX triplet: DF, BB and E4. RGB value is (223,187,228). Sum of RGB (Red+Green+Blue) = 223+187+228=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFBBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBE4 is #20441B. Grayscale: #CACACA. Windows color (decimal): -2114588 or 14990303. OLE color: 14990303.

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

Color convert

RGB223187228-
CMYK0.020.1800.11
HSL292.68º43.16%81.37%-
HSV(B)292.68º17.98%89.41%-
XYZ62.2156.8381.09-
YUV202.44142.43142.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 187 (73.44% from 255) = 29.31%
BLUE value IS 228 (89.45% from 255) = 35.74%
R=34.95%
G=29.31%
B=35.74%

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
Decimal2231872280.020.1800.11292.6843.1681.37
HexDFBBE42120B1252b51
Octal33727334422201344553121
Binary1101111110111011111001001010010010111001001011010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBE4; }

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

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

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

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

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

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

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

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