#DDCBDC

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

Shades of Thistle #DDCBDC

Tints of Thistle #DDCBDC

Color information

#DDCBDC (or 0xDDCBDC) is unknown color: approx Thistle. HEX triplet: DD, CB and DC. RGB value is (221,203,220). Sum of RGB (Red+Green+Blue) = 221+203+220=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBDC is #223423. Grayscale: #D2D2D2. Windows color (decimal): -2241572 or 14470109. OLE color: 14470109.

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

Color convert

RGB221203220-
CMYK00.080.000.13
HSL303.33º20.93%83.14%-
HSV(B)303.33º8.14%86.67%-
XYZ64.0963.2576.54-
YUV210.32133.46135.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.32%
GREEN value IS 203 (79.69% from 255) = 31.52%
BLUE value IS 220 (86.33% from 255) = 34.16%
R=34.32%
G=31.52%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120322000.080.000.13303.3320.9383.14
HexDDCBDC080D12f1553
Octal33531333401001545725123
Binary1101110111001011110111000100001101100101111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBDC; }

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

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

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

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

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

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

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

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