#DDCBDD

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

Shades of Thistle #DDCBDD

Tints of Thistle #DDCBDD

Color information

#DDCBDD (or 0xDDCBDD) is unknown color: approx Thistle. HEX triplet: DD, CB and DD. RGB value is (221,203,221). Sum of RGB (Red+Green+Blue) = 221+203+221=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDCBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBDD is #223422. Grayscale: #D2D2D2. Windows color (decimal): -2241571 or 14535645. OLE color: 14535645.

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

Color convert

RGB221203221-
CMYK00.0800.13
HSL300º20.93%83.14%-
HSV(B)300º8.14%86.67%-
XYZ64.2363.377.24-
YUV210.43133.96135.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.26%
GREEN value IS 203 (79.69% from 255) = 31.47%
BLUE value IS 221 (86.72% from 255) = 34.26%
R=34.26%
G=31.47%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120322100.0800.1330020.9383.14
HexDDCBDD080D12c1553
Octal33531333501001545425123
Binary1101110111001011110111010100001101100101100101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBDD; }

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

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

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

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

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

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

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

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