Html Css Color HEX #DCBFDE Thistle

📋 copy color: '#DCBFDE'

red 220 ◦ green 191 ◦ blue 222

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

Shades of Thistle #DCBFDE

Tints of Thistle #DCBFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.07%

R = 34.76%
G = 30.17%
B = 35.07%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCBFDE (or 0xDCBFDE) is known color: Thistle. HEX triplet: DC, BF and DE. RGB value is (220,191,222). Sum of RGB (Red+Green+Blue) = 220+191+222=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCBFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFDE is #234021. Grayscale: #CBCBCB. Windows color (decimal): -2310178 or 14598108. OLE color: 14598108.

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

Color convert

RGB 220 191 222 -
CMYK 0.01 0.14 0 0.13
HSL 296.13º 0.32% 0.81% -
HSV(B) 296.13º 0.14% 0.87% -
XYZ 61.33 57.75 77.02 -
YUV 203.21 138.61 139.98 -
System Red Green Blue C M Y K H S L
Decimal 220 191 222 0.01 0.14 0 0.13 296.13 0.32 0.81
Hex DC BF DE 1 E 0 D 128 20 51
Octal 334 277 336 1 16 0 15 450 40 121
Binary 11011100 10111111 11011110 1 1110 0 1101 100101000 100000 1010001

Color Harmonies of #DCBFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBFDE

Black with #DCBFDE

Text Example


Text Example

White with #DCBFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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