Html Css Color HEX #D4BECF French Lilac

📋 copy color: '#D4BECF'

red 212 ◦ green 190 ◦ blue 207

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

Shades of French Lilac #D4BECF

Tints of French Lilac #D4BECF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.2%

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

R = 34.81%
G = 31.2%
B = 33.99%

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

#D4BECF (or 0xD4BECF) is known color: French Lilac. HEX triplet: D4, BE and CF. RGB value is (212,190,207). Sum of RGB (Red+Green+Blue) = 212+190+207=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BECF is #2B4130. Grayscale: #C6C6C6. Windows color (decimal): -2834737 or 13614804. OLE color: 13614804.

HSL color Cylindrical-coordinate representation of color #D4BECF: hue angle of 313.64º 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 #D4BECF is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 190 207 -
CMYK 0 0.10 0.02 0.17
HSL 313.64º 0.2% 0.79% -
HSV(B) 313.64º 0.1% 0.83% -
XYZ 56.83 55.33 66.72 -
YUV 198.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 212 190 207 0 0.10 0.02 0.17 313.64 0.2 0.79
Hex D4 BE CF 0 A 2 11 13A 14 4F
Octal 324 276 317 0 12 2 21 472 24 117
Binary 11010100 10111110 11001111 0 1010 10 10001 100111010 10100 1001111

Color Harmonies of #D4BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BECF

Black with #D4BECF

Text Example


Text Example

White with #D4BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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