#DDCEDC

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

Shades of Thistle #DDCEDC

Tints of Thistle #DDCEDC

Color information

#DDCEDC (or 0xDDCEDC) is unknown color: approx Thistle. HEX triplet: DD, CE and DC. RGB value is (221,206,220). Sum of RGB (Red+Green+Blue) = 221+206+220=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEDC is #223123. Grayscale: #D4D4D4. Windows color (decimal): -2240804 or 14470877. OLE color: 14470877.

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

Color convert

RGB221206220-
CMYK00.070.000.13
HSL304º18.07%83.73%-
HSV(B)304º6.79%86.67%-
XYZ64.8164.6876.78-
YUV212.08132.47134.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.16%
GREEN value IS 206 (80.86% from 255) = 31.84%
BLUE value IS 220 (86.33% from 255) = 34.00%
R=34.16%
G=31.84%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120622000.070.000.1330418.0783.73
HexDDCEDC070D1301254
Octal3353163340701546022124
Binary110111011100111011011100011101101100110000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEDC; }

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

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

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

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

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

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

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

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