#DCBDE0

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

Shades of Thistle #DCBDE0

Tints of Thistle #DCBDE0

Color information

#DCBDE0 (or 0xDCBDE0) is unknown color: approx Thistle. HEX triplet: DC, BD and E0. RGB value is (220,189,224). Sum of RGB (Red+Green+Blue) = 220+189+224=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCBDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDE0 is #23421F. Grayscale: #CACACA. Windows color (decimal): -2310688 or 14728668. OLE color: 14728668.

HSL color Cylindrical-coordinate representation of color #DCBDE0: hue angle of 293.14º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCBDE0 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220189224-
CMYK0.020.1600.12
HSL293.14º36.08%80.98%-
HSV(B)293.14º15.62%87.84%-
XYZ61.1756.9978.3-
YUV202.26140.27140.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 189 (74.22% from 255) = 29.86%
BLUE value IS 224 (87.89% from 255) = 35.39%
R=34.76%
G=29.86%
B=35.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201892240.020.1600.12293.1436.0880.98
HexDCBDE02100C1252451
Octal33427534022001444544121
Binary1101110010111101111000001010000011001001001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDE0; }

 p { color: rgb(220,189,224); }

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

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

 a { background-color: rgb(220,189,224); }

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

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

 span { border-color: rgb(220,189,224); }

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