#DCD4DA

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

Shades of Thistle #DCD4DA

Tints of Thistle #DCD4DA

Color information

#DCD4DA (or 0xDCD4DA) is unknown color: approx Thistle. HEX triplet: DC, D4 and DA. RGB value is (220,212,218). Sum of RGB (Red+Green+Blue) = 220+212+218=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 212 (83.20% from 255 or 32.62% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD4DA is #232B25. Grayscale: #D7D7D7. Windows color (decimal): -2304806 or 14341340. OLE color: 14341340.

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

Color convert

RGB220212218-
CMYK00.040.010.14
HSL315º10.26%84.71%-
HSV(B)315º3.64%86.27%-
XYZ65.7167.3675.87-
YUV215.08129.65131.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.85%
GREEN value IS 212 (83.20% from 255) = 32.62%
BLUE value IS 218 (85.55% from 255) = 33.54%
R=33.85%
G=32.62%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021221800.040.010.1431510.2684.71
HexDCD4DA041E13ba55
Octal3343243320411647312125
Binary11011100110101001101101001001111010011101110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD4DA; }

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

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

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

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

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

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

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

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