#DDBEE2

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

Shades of Thistle #DDBEE2

Tints of Thistle #DDBEE2

Color information

#DDBEE2 (or 0xDDBEE2) is unknown color: approx Thistle. HEX triplet: DD, BE and E2. RGB value is (221,190,226). Sum of RGB (Red+Green+Blue) = 221+190+226=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDBEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEE2 is #22411D. Grayscale: #CBCBCB. Windows color (decimal): -2244894 or 14859997. OLE color: 14859997.

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

Color convert

RGB221190226-
CMYK0.020.1600.11
HSL291.67º38.3%81.57%-
HSV(B)291.67º15.93%88.63%-
XYZ61.9657.6979.82-
YUV203.37140.77140.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 190 (74.61% from 255) = 29.83%
BLUE value IS 226 (88.67% from 255) = 35.48%
R=34.69%
G=29.83%
B=35.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211902260.020.1600.11291.6738.381.57
HexDDBEE22100B1242652
Octal33527634222001344446122
Binary1101110110111110111000101010000010111001001001001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEE2; }

 p { color: rgb(221,190,226); }

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

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

 a { background-color: rgb(221,190,226); }

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

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

 span { border-color: rgb(221,190,226); }

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