#DDCDDA

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

Shades of Thistle #DDCDDA

Tints of Thistle #DDCDDA

Color information

#DDCDDA (or 0xDDCDDA) is unknown color: approx Thistle. HEX triplet: DD, CD and DA. RGB value is (221,205,218). Sum of RGB (Red+Green+Blue) = 221+205+218=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDDA is #223225. Grayscale: #D3D3D3. Windows color (decimal): -2241062 or 14339549. OLE color: 14339549.

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

Color convert

RGB221205218-
CMYK00.070.010.13
HSL311.25º19.05%83.53%-
HSV(B)311.25º7.24%86.67%-
XYZ64.3164.175.31-
YUV211.27131.8134.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.32%
GREEN value IS 205 (80.47% from 255) = 31.83%
BLUE value IS 218 (85.55% from 255) = 33.85%
R=34.32%
G=31.83%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120521800.070.010.13311.2519.0583.53
HexDDCDDA071D1371354
Octal3353153320711546723124
Binary110111011100110111011010011111101100110111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDDA; }

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

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

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

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

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

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

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

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