#DDC9DB

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

Shades of Thistle #DDC9DB

Tints of Thistle #DDC9DB

Color information

#DDC9DB (or 0xDDC9DB) is unknown color: approx Thistle. HEX triplet: DD, C9 and DB. RGB value is (221,201,219). Sum of RGB (Red+Green+Blue) = 221+201+219=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9DB is #223624. Grayscale: #D0D0D0. Windows color (decimal): -2242085 or 14404061. OLE color: 14404061.

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

Color convert

RGB221201219-
CMYK00.090.010.13
HSL306º22.73%82.75%-
HSV(B)306º9.05%86.67%-
XYZ63.4962.2675.69-
YUV209.03133.63136.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 201 (78.91% from 255) = 31.36%
BLUE value IS 219 (85.94% from 255) = 34.17%
R=34.48%
G=31.36%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120121900.090.010.1330622.7382.75
HexDDC9DB091D1321753
Octal33531133301111546227123
Binary1101110111001001110110110100111101100110010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC9DB; }

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

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

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

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

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

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

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

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