#DDC7DB

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

Shades of Thistle #DDC7DB

Tints of Thistle #DDC7DB

Color information

#DDC7DB (or 0xDDC7DB) is unknown color: approx Thistle. HEX triplet: DD, C7 and DB. RGB value is (221,199,219). Sum of RGB (Red+Green+Blue) = 221+199+219=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7DB is #223824. Grayscale: #CFCFCF. Windows color (decimal): -2242597 or 14403549. OLE color: 14403549.

HSL color Cylindrical-coordinate representation of color #DDC7DB: hue angle of 305.45º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC7DB is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221199219-
CMYK00.100.010.13
HSL305.45º24.44%82.35%-
HSV(B)305.45º9.95%86.67%-
XYZ63.0361.3375.53-
YUV207.86134.29137.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.59%
GREEN value IS 199 (78.12% from 255) = 31.14%
BLUE value IS 219 (85.94% from 255) = 34.27%
R=34.59%
G=31.14%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119921900.100.010.13305.4524.4482.35
HexDDC7DB0A1D1311852
Octal33530733301211546130122
Binary1101110111000111110110110101011101100110001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC7DB; }

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

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

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

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

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

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

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

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