#DDCCDD

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

Shades of Thistle #DDCCDD

Tints of Thistle #DDCCDD

Color information

#DDCCDD (or 0xDDCCDD) is unknown color: approx Thistle. HEX triplet: DD, CC and DD. RGB value is (221,204,221). Sum of RGB (Red+Green+Blue) = 221+204+221=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDCCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCDD is #223322. Grayscale: #D2D2D2. Windows color (decimal): -2241315 or 14535901. OLE color: 14535901.

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

Color convert

RGB221204221-
CMYK00.0800.13
HSL300º20%83.33%-
HSV(B)300º7.69%86.67%-
XYZ64.4663.7877.32-
YUV211.02133.63135.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.21%
GREEN value IS 204 (80.08% from 255) = 31.58%
BLUE value IS 221 (86.72% from 255) = 34.21%
R=34.21%
G=31.58%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120422100.0800.133002083.33
HexDDCCDD080D12c1453
Octal33531433501001545424123
Binary1101110111001100110111010100001101100101100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCDD; }

 p { color: rgb(221,204,221); }

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

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

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

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

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

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

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