Html Css Color HEX #DCBFD4 French Lilac

📋 copy color: '#DCBFD4'

red 220 ◦ green 191 ◦ blue 212

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

Shades of French Lilac #DCBFD4

Tints of French Lilac #DCBFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.03%

R = 35.31%
G = 30.66%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DCBFD4 (or 0xDCBFD4) is known color: French Lilac. HEX triplet: DC, BF and D4. RGB value is (220,191,212). Sum of RGB (Red+Green+Blue) = 220+191+212=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFD4 is #23402B. Grayscale: #CACACA. Windows color (decimal): -2310188 or 13942748. OLE color: 13942748.

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

Color convert

RGB 220 191 212 -
CMYK 0 0.13 0.04 0.14
HSL 316.55º 0.29% 0.81% -
HSV(B) 316.55º 0.13% 0.86% -
XYZ 60.03 57.23 70.17 -
YUV 202.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 220 191 212 0 0.13 0.04 0.14 316.55 0.29 0.81
Hex DC BF D4 0 D 4 E 13D 1D 51
Octal 334 277 324 0 15 4 16 475 35 121
Binary 11011100 10111111 11010100 0 1101 100 1110 100111101 11101 1010001

Color Harmonies of #DCBFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBFD4

Black with #DCBFD4

Text Example


Text Example

White with #DCBFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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