#DCC6DB

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

Shades of Thistle #DCC6DB

Tints of Thistle #DCC6DB

Color information

#DCC6DB (or 0xDCC6DB) is unknown color: approx Thistle. HEX triplet: DC, C6 and DB. RGB value is (220,198,219). Sum of RGB (Red+Green+Blue) = 220+198+219=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6DB is #233924. Grayscale: #CECECE. Windows color (decimal): -2308389 or 14403292. OLE color: 14403292.

HSL color Cylindrical-coordinate representation of color #DCC6DB: hue angle of 302.73º degrees, saturation: 0.24, 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 #DCC6DB is Cyan = 0, Magento = 0.1, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB220198219-
CMYK00.10.000.14
HSL302.73º23.91%81.96%-
HSV(B)302.73º10%86.27%-
XYZ62.560.7275.44-
YUV206.97134.79137.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 198 (77.73% from 255) = 31.08%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=34.54%
G=31.08%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019821900.10.000.14302.7323.9181.96
HexDCC6DB0A0E12f1852
Octal33430633301201645730122
Binary1101110011000110110110110101001110100101111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6DB; }

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

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

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

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

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

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

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

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