#DDBFE1

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

Shades of Thistle #DDBFE1

Tints of Thistle #DDBFE1

Color information

#DDBFE1 (or 0xDDBFE1) is unknown color: approx Thistle. HEX triplet: DD, BF and E1. RGB value is (221,191,225). Sum of RGB (Red+Green+Blue) = 221+191+225=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDBFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFE1 is #22401E. Grayscale: #CBCBCB. Windows color (decimal): -2244639 or 14794717. OLE color: 14794717.

HSL color Cylindrical-coordinate representation of color #DDBFE1: hue angle of 292.94º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBFE1 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221191225-
CMYK0.020.1500.12
HSL292.94º36.17%81.57%-
HSV(B)292.94º15.11%88.24%-
XYZ62.0458.0779.17-
YUV203.85139.94140.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 191 (75% from 255) = 29.98%
BLUE value IS 225 (88.28% from 255) = 35.32%
R=34.69%
G=29.98%
B=35.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211912250.020.1500.12292.9436.1781.57
HexDDBFE12F0C1252452
Octal33527734121701444544122
Binary110111011011111111100001101111011001001001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBFE1; }

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

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

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

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

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

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

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

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