Html Css Color HEX #DCBCDF Thistle

📋 copy color: '#DCBCDF'

red 220 ◦ green 188 ◦ blue 223

#DCBCDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #DCBCDF

Tints of Thistle #DCBCDF

RGB

 RED value IS 220 (86.33% from 255) = 34.87%

 GREEN value IS 188 (73.83% from 255) = 29.79%

 BLUE value IS 223 (87.5% from 255) = 35.34%

R = 34.87%
G = 29.79%
B = 35.34%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCBCDF (or 0xDCBCDF) is known color: Thistle. HEX triplet: DC, BC and DF. RGB value is (220,188,223). Sum of RGB (Red+Green+Blue) = 220+188+223=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCBCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCDF is #234320. Grayscale: #C9C9C9. Windows color (decimal): -2310945 or 14662876. OLE color: 14662876.

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

Color convert

RGB 220 188 223 -
CMYK 0.01 0.16 0 0.13
HSL 294.86º 0.35% 0.81% -
HSV(B) 294.86º 0.16% 0.87% -
XYZ 60.82 56.51 77.51 -
YUV 201.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 220 188 223 0.01 0.16 0 0.13 294.86 0.35 0.81
Hex DC BC DF 1 10 0 D 127 23 51
Octal 334 274 337 1 20 0 15 447 43 121
Binary 11011100 10111100 11011111 1 10000 0 1101 100100111 100011 1010001

Color Harmonies of #DCBCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCDF

Black with #DCBCDF

Text Example


Text Example

White with #DCBCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCDF; }

 p { color: rgb(220,188,223); }

 H1.HeaderClassName
 {
   color: #DCBCDF;
 }
 .AnyTagClassName
 {
   color: #DCBCDF;
 }
</style>

background-color css

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

 a { background-color: rgb(220,188,223); }

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

border-color css

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

 span { border-color: rgb(220,188,223); }

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