#DDC1DC

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

Shades of Thistle #DDC1DC

Tints of Thistle #DDC1DC

Color information

#DDC1DC (or 0xDDC1DC) is unknown color: approx Thistle. HEX triplet: DD, C1 and DC. RGB value is (221,193,220). Sum of RGB (Red+Green+Blue) = 221+193+220=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1DC is #223E23. Grayscale: #CCCCCC. Windows color (decimal): -2244132 or 14467549. OLE color: 14467549.

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

Color convert

RGB221193220-
CMYK00.130.000.13
HSL302.14º29.17%81.18%-
HSV(B)302.14º12.67%86.67%-
XYZ61.8158.6875.78-
YUV204.45136.78139.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 193 (75.78% from 255) = 30.44%
BLUE value IS 220 (86.33% from 255) = 34.70%
R=34.86%
G=30.44%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119322000.130.000.13302.1429.1781.18
HexDDC1DC0D0D12e1d51
Octal33530133401501545635121
Binary1101110111000001110111000110101101100101110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1DC; }

 p { color: rgb(221,193,220); }

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

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

 a { background-color: rgb(221,193,220); }

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

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

 span { border-color: rgb(221,193,220); }

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