Html Css Color HEX #DCBFDC Thistle

📋 copy color: '#DCBFDC'

red 220 ◦ green 191 ◦ blue 220

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

Shades of Thistle #DCBFDC

Tints of Thistle #DCBFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 30.27%

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

R = 34.87%
G = 30.27%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DCBFDC (or 0xDCBFDC) is known color: Thistle. HEX triplet: DC, BF and DC. RGB value is (220,191,220). Sum of RGB (Red+Green+Blue) = 220+191+220=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCBFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFDC is #234023. Grayscale: #CACACA. Windows color (decimal): -2310180 or 14467036. OLE color: 14467036.

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

Color convert

RGB 220 191 220 -
CMYK 0 0.13 0 0.14
HSL 300º 0.29% 0.81% -
HSV(B) 300º 0.13% 0.86% -
XYZ 61.06 57.64 75.62 -
YUV 202.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 220 191 220 0 0.13 0 0.14 300 0.29 0.81
Hex DC BF DC 0 D 0 E 12C 1D 51
Octal 334 277 334 0 15 0 16 454 35 121
Binary 11011100 10111111 11011100 0 1101 0 1110 100101100 11101 1010001

Color Harmonies of #DCBFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBFDC

Black with #DCBFDC

Text Example


Text Example

White with #DCBFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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