#DDBFE5

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

Shades of Thistle #DDBFE5

Tints of Thistle #DDBFE5

Color information

#DDBFE5 (or 0xDDBFE5) is unknown color: approx Thistle. HEX triplet: DD, BF and E5. RGB value is (221,191,229). Sum of RGB (Red+Green+Blue) = 221+191+229=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDBFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFE5 is #22401A. Grayscale: #CCCCCC. Windows color (decimal): -2244635 or 15056861. OLE color: 15056861.

HSL color Cylindrical-coordinate representation of color #DDBFE5: hue angle of 287.37º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDBFE5 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221191229-
CMYK0.030.1700.10
HSL287.37º42.22%82.35%-
HSV(B)287.37º16.59%89.8%-
XYZ62.5958.2982.08-
YUV204.3141.94139.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 191 (75% from 255) = 29.80%
BLUE value IS 229 (89.84% from 255) = 35.73%
R=34.48%
G=29.80%
B=35.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211912290.030.1700.10287.3742.2282.35
HexDDBFE53110A11f2a52
Octal33527734532101243752122
Binary1101110110111111111001011110001010101000111111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBFE5; }

 p { color: rgb(221,191,229); }

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

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

 a { background-color: rgb(221,191,229); }

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

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

 span { border-color: rgb(221,191,229); }

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