Html Css Color HEX #D5BECF French Lilac

📋 copy color: '#D5BECF'

red 213 ◦ green 190 ◦ blue 207

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

Shades of French Lilac #D5BECF

Tints of French Lilac #D5BECF

RGB

 RED value IS 213 (83.59% from 255) = 34.92%

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

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

R = 34.92%
G = 31.15%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D5BECF (or 0xD5BECF) is known color: French Lilac. HEX triplet: D5, BE and CF. RGB value is (213,190,207). Sum of RGB (Red+Green+Blue) = 213+190+207=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BECF is #2A4130. Grayscale: #C6C6C6. Windows color (decimal): -2769201 or 13614805. OLE color: 13614805.

HSL color Cylindrical-coordinate representation of color #D5BECF: hue angle of 315.65º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5BECF is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 190 207 -
CMYK 0 0.11 0.03 0.16
HSL 315.65º 0.21% 0.79% -
HSV(B) 315.65º 0.11% 0.84% -
XYZ 57.12 55.48 66.73 -
YUV 198.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 213 190 207 0 0.11 0.03 0.16 315.65 0.21 0.79
Hex D5 BE CF 0 B 3 10 13C 15 4F
Octal 325 276 317 0 13 3 20 474 25 117
Binary 11010101 10111110 11001111 0 1011 11 10000 100111100 10101 1001111

Color Harmonies of #D5BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BECF

Black with #D5BECF

Text Example


Text Example

White with #D5BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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