Html Css Color HEX #DCBFD6 French Lilac

📋 copy color: '#DCBFD6'

red 220 ◦ green 191 ◦ blue 214

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

Shades of French Lilac #DCBFD6

Tints of French Lilac #DCBFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.24%

R = 35.2%
G = 30.56%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DCBFD6 (or 0xDCBFD6) is known color: French Lilac. HEX triplet: DC, BF and D6. RGB value is (220,191,214). Sum of RGB (Red+Green+Blue) = 220+191+214=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFD6 is #234029. Grayscale: #CACACA. Windows color (decimal): -2310186 or 14073820. OLE color: 14073820.

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

Color convert

RGB 220 191 214 -
CMYK 0 0.13 0.03 0.14
HSL 312.41º 0.29% 0.81% -
HSV(B) 312.41º 0.13% 0.86% -
XYZ 60.28 57.33 71.51 -
YUV 202.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 220 191 214 0 0.13 0.03 0.14 312.41 0.29 0.81
Hex DC BF D6 0 D 3 E 138 1D 51
Octal 334 277 326 0 15 3 16 470 35 121
Binary 11011100 10111111 11010110 0 1101 11 1110 100111000 11101 1010001

Color Harmonies of #DCBFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBFD6

Black with #DCBFD6

Text Example


Text Example

White with #DCBFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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