#DCC4DB

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

Shades of Thistle #DCC4DB

Tints of Thistle #DCC4DB

Color information

#DCC4DB (or 0xDCC4DB) is unknown color: approx Thistle. HEX triplet: DC, C4 and DB. RGB value is (220,196,219). Sum of RGB (Red+Green+Blue) = 220+196+219=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4DB is #233B24. Grayscale: #CDCDCD. Windows color (decimal): -2308901 or 14402780. OLE color: 14402780.

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

Color convert

RGB220196219-
CMYK00.110.000.14
HSL302.5º25.53%81.57%-
HSV(B)302.5º10.91%86.27%-
XYZ62.0459.8175.29-
YUV205.8135.45138.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 196 (76.95% from 255) = 30.87%
BLUE value IS 219 (85.94% from 255) = 34.49%
R=34.65%
G=30.87%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019621900.110.000.14302.525.5381.57
HexDCC4DB0B0E12e1a52
Octal33430433301301645632122
Binary1101110011000100110110110101101110100101110110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4DB; }

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

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

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

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

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

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

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

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