#DDC6DB

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

Shades of Thistle #DDC6DB

Tints of Thistle #DDC6DB

Color information

#DDC6DB (or 0xDDC6DB) is unknown color: approx Thistle. HEX triplet: DD, C6 and DB. RGB value is (221,198,219). Sum of RGB (Red+Green+Blue) = 221+198+219=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6DB is #223924. Grayscale: #CFCFCF. Windows color (decimal): -2242853 or 14403293. OLE color: 14403293.

HSL color Cylindrical-coordinate representation of color #DDC6DB: hue angle of 305.22º degrees, saturation: 0.25, 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 #DDC6DB is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221198219-
CMYK00.100.010.13
HSL305.22º25.27%82.16%-
HSV(B)305.22º10.41%86.67%-
XYZ62.860.8775.46-
YUV207.27134.62137.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 198 (77.73% from 255) = 31.03%
BLUE value IS 219 (85.94% from 255) = 34.33%
R=34.64%
G=31.03%
B=34.33%

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
Decimal22119821900.100.010.13305.2225.2782.16
HexDDC6DB0A1D1311952
Octal33530633301211546131122
Binary1101110111000110110110110101011101100110001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6DB; }

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

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

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

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

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

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

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

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