#DDCEDA

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

Shades of Thistle #DDCEDA

Tints of Thistle #DDCEDA

Color information

#DDCEDA (or 0xDDCEDA) is unknown color: approx Thistle. HEX triplet: DD, CE and DA. RGB value is (221,206,218). Sum of RGB (Red+Green+Blue) = 221+206+218=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEDA is #223125. Grayscale: #D3D3D3. Windows color (decimal): -2240806 or 14339805. OLE color: 14339805.

HSL color Cylindrical-coordinate representation of color #DDCEDA: hue angle of 312º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDCEDA is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221206218-
CMYK00.070.010.13
HSL312º18.07%83.73%-
HSV(B)312º6.79%86.67%-
XYZ64.5464.5875.39-
YUV211.85131.47134.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.26%
GREEN value IS 206 (80.86% from 255) = 31.94%
BLUE value IS 218 (85.55% from 255) = 33.80%
R=34.26%
G=31.94%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120621800.070.010.1331218.0783.73
HexDDCEDA071D1381254
Octal3353163320711547022124
Binary110111011100111011011010011111101100111000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEDA; }

 p { color: rgb(221,206,218); }

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

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

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

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

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

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

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