#DDC3DE

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

Shades of Thistle #DDC3DE

Tints of Thistle #DDC3DE

Color information

#DDC3DE (or 0xDDC3DE) is unknown color: approx Thistle. HEX triplet: DD, C3 and DE. RGB value is (221,195,222). Sum of RGB (Red+Green+Blue) = 221+195+222=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 195 (76.56% from 255 or 30.56% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDC3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3DE is #223C21. Grayscale: #CDCDCD. Windows color (decimal): -2243618 or 14599133. OLE color: 14599133.

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

Color convert

RGB221195222-
CMYK0.000.1200.13
HSL297.78º29.03%81.76%-
HSV(B)297.78º12.16%87.06%-
XYZ62.5259.6877.33-
YUV205.85137.11138.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 195 (76.56% from 255) = 30.56%
BLUE value IS 222 (87.11% from 255) = 34.80%
R=34.64%
G=30.56%
B=34.80%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211952220.000.1200.13297.7829.0381.76
HexDDC3DE0C0D12a1d52
Octal33530333601401545235122
Binary1101110111000011110111100110001101100101010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC3DE; }

 p { color: rgb(221,195,222); }

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

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

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

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

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

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

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