Html Css Color HEX #DCBFDA Thistle

📋 copy color: '#DCBFDA'

red 220 ◦ green 191 ◦ blue 218

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

Shades of Thistle #DCBFDA

Tints of Thistle #DCBFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.66%

R = 34.98%
G = 30.37%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DCBFDA (or 0xDCBFDA) is known color: Thistle. HEX triplet: DC, BF and DA. RGB value is (220,191,218). Sum of RGB (Red+Green+Blue) = 220+191+218=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFDA is #234025. Grayscale: #CACACA. Windows color (decimal): -2310182 or 14335964. OLE color: 14335964.

HSL color Cylindrical-coordinate representation of color #DCBFDA: hue angle of 304.14º 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 #DCBFDA is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 191 218 -
CMYK 0 0.13 0.01 0.14
HSL 304.14º 0.29% 0.81% -
HSV(B) 304.14º 0.13% 0.86% -
XYZ 60.8 57.54 74.23 -
YUV 202.75 136.61 140.3 -
System Red Green Blue C M Y K H S L
Decimal 220 191 218 0 0.13 0.01 0.14 304.14 0.29 0.81
Hex DC BF DA 0 D 1 E 130 1D 51
Octal 334 277 332 0 15 1 16 460 35 121
Binary 11011100 10111111 11011010 0 1101 1 1110 100110000 11101 1010001

Color Harmonies of #DCBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBFDA

Black with #DCBFDA

Text Example


Text Example

White with #DCBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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