#DCC5DB

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

Shades of Thistle #DCC5DB

Tints of Thistle #DCC5DB

Color information

#DCC5DB (or 0xDCC5DB) is unknown color: approx Thistle. HEX triplet: DC, C5 and DB. RGB value is (220,197,219). Sum of RGB (Red+Green+Blue) = 220+197+219=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5DB is #233A24. Grayscale: #CECECE. Windows color (decimal): -2308645 or 14403036. OLE color: 14403036.

HSL color Cylindrical-coordinate representation of color #DCC5DB: hue angle of 302.61º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC5DB is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB220197219-
CMYK00.100.000.14
HSL302.61º24.73%81.76%-
HSV(B)302.61º10.45%86.27%-
XYZ62.2760.2675.37-
YUV206.38135.12137.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 197 (77.34% from 255) = 30.97%
BLUE value IS 219 (85.94% from 255) = 34.43%
R=34.59%
G=30.97%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019721900.100.000.14302.6124.7381.76
HexDCC5DB0A0E12f1952
Octal33430533301201645731122
Binary1101110011000101110110110101001110100101111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5DB; }

 p { color: rgb(220,197,219); }

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

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

 a { background-color: rgb(220,197,219); }

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

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

 span { border-color: rgb(220,197,219); }

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