Html Css Color HEX #D4BFCF French Lilac

📋 copy color: '#D4BFCF'

red 212 ◦ green 191 ◦ blue 207

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

Shades of French Lilac #D4BFCF

Tints of French Lilac #D4BFCF

RGB

 RED value IS 212 (83.2% from 255) = 34.75%

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

 BLUE value IS 207 (81.25% from 255) = 33.93%

R = 34.75%
G = 31.31%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D4BFCF (or 0xD4BFCF) is known color: French Lilac. HEX triplet: D4, BF and CF. RGB value is (212,191,207). Sum of RGB (Red+Green+Blue) = 212+191+207=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BFCF is #2B4030. Grayscale: #C7C7C7. Windows color (decimal): -2834481 or 13615060. OLE color: 13615060.

HSL color Cylindrical-coordinate representation of color #D4BFCF: hue angle of 314.29º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4BFCF is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 191 207 -
CMYK 0 0.10 0.02 0.17
HSL 314.29º 0.2% 0.79% -
HSV(B) 314.29º 0.1% 0.83% -
XYZ 57.04 55.76 66.79 -
YUV 199.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 212 191 207 0 0.10 0.02 0.17 314.29 0.2 0.79
Hex D4 BF CF 0 A 2 11 13A 14 4F
Octal 324 277 317 0 12 2 21 472 24 117
Binary 11010100 10111111 11001111 0 1010 10 10001 100111010 10100 1001111

Color Harmonies of #D4BFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BFCF

Black with #D4BFCF

Text Example


Text Example

White with #D4BFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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