#DDC0DE

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

Shades of Thistle #DDC0DE

Tints of Thistle #DDC0DE

Color information

#DDC0DE (or 0xDDC0DE) is unknown color: approx Thistle. HEX triplet: DD, C0 and DE. RGB value is (221,192,222). Sum of RGB (Red+Green+Blue) = 221+192+222=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 192 (75.39% from 255 or 30.24% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDC0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0DE is #223F21. Grayscale: #CCCCCC. Windows color (decimal): -2244386 or 14598365. OLE color: 14598365.

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

Color convert

RGB221192222-
CMYK0.000.1400.13
HSL298º31.25%81.18%-
HSV(B)298º13.51%87.06%-
XYZ61.8558.3577.11-
YUV204.09138.11140.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 192 (75.39% from 255) = 30.24%
BLUE value IS 222 (87.11% from 255) = 34.96%
R=34.80%
G=30.24%
B=34.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211922220.000.1400.1329831.2581.18
HexDDC0DE0E0D12a1f51
Octal33530033601601545237121
Binary1101110111000000110111100111001101100101010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0DE; }

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

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

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

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

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

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

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

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