#DDC2DB

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

Shades of Thistle #DDC2DB

Tints of Thistle #DDC2DB

Color information

#DDC2DB (or 0xDDC2DB) is unknown color: approx Thistle. HEX triplet: DD, C2 and DB. RGB value is (221,194,219). Sum of RGB (Red+Green+Blue) = 221+194+219=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2DB is #223D24. Grayscale: #CCCCCC. Windows color (decimal): -2243877 or 14402269. OLE color: 14402269.

HSL color Cylindrical-coordinate representation of color #DDC2DB: hue angle of 304.44º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC2DB is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221194219-
CMYK00.120.010.13
HSL304.44º28.42%81.37%-
HSV(B)304.44º12.22%86.67%-
XYZ61.959.0775.16-
YUV204.92135.95139.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 194 (76.17% from 255) = 30.60%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=34.86%
G=30.60%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119421900.120.010.13304.4428.4281.37
HexDDC2DB0C1D1301c51
Octal33530233301411546034121
Binary1101110111000010110110110110011101100110000111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC2DB; }

 p { color: rgb(221,194,219); }

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

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

 a { background-color: rgb(221,194,219); }

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

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

 span { border-color: rgb(221,194,219); }

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