#DCBFDD

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

Shades of Thistle #DCBFDD

Tints of Thistle #DCBFDD

Color information

#DCBFDD (or 0xDCBFDD) is unknown color: approx Thistle. HEX triplet: DC, BF and DD. RGB value is (220,191,221). Sum of RGB (Red+Green+Blue) = 220+191+221=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCBFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFDD is #234022. Grayscale: #CBCBCB. Windows color (decimal): -2310179 or 14532572. OLE color: 14532572.

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

Color convert

RGB220191221-
CMYK0.000.1400.13
HSL298º30.61%80.78%-
HSV(B)298º13.57%86.67%-
XYZ61.257.776.32-
YUV203.09138.11140.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.81%
GREEN value IS 191 (75% from 255) = 30.22%
BLUE value IS 221 (86.72% from 255) = 34.97%
R=34.81%
G=30.22%
B=34.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201912210.000.1400.1329830.6180.78
HexDCBFDD0E0D12a1f51
Octal33427733501601545237121
Binary1101110010111111110111010111001101100101010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFDD; }

 p { color: rgb(220,191,221); }

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

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

 a { background-color: rgb(220,191,221); }

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

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

 span { border-color: rgb(220,191,221); }

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