#DCCFDB

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

Shades of Thistle #DCCFDB

Tints of Thistle #DCCFDB

Color information

#DCCFDB (or 0xDCCFDB) is unknown color: approx Thistle. HEX triplet: DC, CF and DB. RGB value is (220,207,219). Sum of RGB (Red+Green+Blue) = 220+207+219=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFDB is #233024. Grayscale: #D4D4D4. Windows color (decimal): -2306085 or 14405596. OLE color: 14405596.

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

Color convert

RGB220207219-
CMYK00.060.000.14
HSL304.62º15.66%83.73%-
HSV(B)304.62º5.91%86.27%-
XYZ64.6164.9676.15-
YUV212.26131.81133.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.06%
GREEN value IS 207 (81.25% from 255) = 32.04%
BLUE value IS 219 (85.94% from 255) = 33.90%
R=34.06%
G=32.04%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020721900.060.000.14304.6215.6683.73
HexDCCFDB060E1311054
Octal3343173330601646120124
Binary110111001100111111011011011001110100110001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFDB; }

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

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

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

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

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

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

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

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