#DDC8DA

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

Shades of Thistle #DDC8DA

Tints of Thistle #DDC8DA

Color information

#DDC8DA (or 0xDDC8DA) is unknown color: approx Thistle. HEX triplet: DD, C8 and DA. RGB value is (221,200,218). Sum of RGB (Red+Green+Blue) = 221+200+218=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8DA is #223725. Grayscale: #D0D0D0. Windows color (decimal): -2242342 or 14338269. OLE color: 14338269.

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

Color convert

RGB221200218-
CMYK00.100.010.13
HSL308.57º23.6%82.55%-
HSV(B)308.57º9.5%86.67%-
XYZ63.1361.7474.92-
YUV208.33133.46137.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.59%
GREEN value IS 200 (78.52% from 255) = 31.30%
BLUE value IS 218 (85.55% from 255) = 34.12%
R=34.59%
G=31.30%
B=34.12%

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
Decimal22120021800.100.010.13308.5723.682.55
HexDDC8DA0A1D1351853
Octal33531033201211546530123
Binary1101110111001000110110100101011101100110101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC8DA; }

 p { color: rgb(221,200,218); }

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

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

 a { background-color: rgb(221,200,218); }

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

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

 span { border-color: rgb(221,200,218); }

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