#DCCDDA

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

Shades of Thistle #DCCDDA

Tints of Thistle #DCCDDA

Color information

#DCCDDA (or 0xDCCDDA) is unknown color: approx Thistle. HEX triplet: DC, CD and DA. RGB value is (220,205,218). Sum of RGB (Red+Green+Blue) = 220+205+218=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDDA is #233225. Grayscale: #D2D2D2. Windows color (decimal): -2306598 or 14339548. OLE color: 14339548.

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

Color convert

RGB220205218-
CMYK00.070.010.14
HSL308º17.65%83.33%-
HSV(B)308º6.82%86.27%-
XYZ6463.9475.3-
YUV210.97131.97134.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.21%
GREEN value IS 205 (80.47% from 255) = 31.88%
BLUE value IS 218 (85.55% from 255) = 33.90%
R=34.21%
G=31.88%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020521800.070.010.1430817.6583.33
HexDCCDDA071E1341253
Octal3343153320711646422123
Binary110111001100110111011010011111110100110100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDDA; }

 p { color: rgb(220,205,218); }

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

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

 a { background-color: rgb(220,205,218); }

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

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

 span { border-color: rgb(220,205,218); }

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