#DCCCDB

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

Shades of Thistle #DCCCDB

Tints of Thistle #DCCCDB

Color information

#DCCCDB (or 0xDCCCDB) is unknown color: approx Thistle. HEX triplet: DC, CC and DB. RGB value is (220,204,219). Sum of RGB (Red+Green+Blue) = 220+204+219=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCDB is #233324. Grayscale: #D2D2D2. Windows color (decimal): -2306853 or 14404828. OLE color: 14404828.

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

Color convert

RGB220204219-
CMYK00.070.000.14
HSL303.75º18.6%83.14%-
HSV(B)303.75º7.27%86.27%-
XYZ63.8963.5275.91-
YUV210.49132.8134.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.21%
GREEN value IS 204 (80.08% from 255) = 31.73%
BLUE value IS 219 (85.94% from 255) = 34.06%
R=34.21%
G=31.73%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020421900.070.000.14303.7518.683.14
HexDCCCDB070E1301353
Octal3343143330701646023123
Binary110111001100110011011011011101110100110000100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCDB; }

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

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

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

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

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

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

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

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