#DCC3DB

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

Shades of Thistle #DCC3DB

Tints of Thistle #DCC3DB

Color information

#DCC3DB (or 0xDCC3DB) is unknown color: approx Thistle. HEX triplet: DC, C3 and DB. RGB value is (220,195,219). Sum of RGB (Red+Green+Blue) = 220+195+219=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 195 (76.56% from 255 or 30.76% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3DB is #233C24. Grayscale: #CDCDCD. Windows color (decimal): -2309157 or 14402524. OLE color: 14402524.

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

Color convert

RGB220195219-
CMYK00.110.000.14
HSL302.4º26.32%81.37%-
HSV(B)302.4º11.36%86.27%-
XYZ61.8259.3675.22-
YUV205.21135.78138.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 195 (76.56% from 255) = 30.76%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=34.70%
G=30.76%
B=34.54%

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
Decimal22019521900.110.000.14302.426.3281.37
HexDCC3DB0B0E12e1a51
Octal33430333301301645632121
Binary1101110011000011110110110101101110100101110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3DB; }

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

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

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

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

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

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

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

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