#DCCADB

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

Shades of Thistle #DCCADB

Tints of Thistle #DCCADB

Color information

#DCCADB (or 0xDCCADB) is unknown color: approx Thistle. HEX triplet: DC, CA and DB. RGB value is (220,202,219). Sum of RGB (Red+Green+Blue) = 220+202+219=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCADB is #233524. Grayscale: #D1D1D1. Windows color (decimal): -2307365 or 14404316. OLE color: 14404316.

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

Color convert

RGB220202219-
CMYK00.080.000.14
HSL303.33º20.45%82.75%-
HSV(B)303.33º8.18%86.27%-
XYZ63.4262.5775.75-
YUV209.32133.46135.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 202 (79.30% from 255) = 31.51%
BLUE value IS 219 (85.94% from 255) = 34.17%
R=34.32%
G=31.51%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020221900.080.000.14303.3320.4582.75
HexDCCADB080E12f1453
Octal33431233301001645724123
Binary1101110011001010110110110100001110100101111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCADB; }

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

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

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

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

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

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

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

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