Html Css Color HEX #D5BBCF French Lilac

📋 copy color: '#D5BBCF'

red 213 ◦ green 187 ◦ blue 207

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

Shades of French Lilac #D5BBCF

Tints of French Lilac #D5BBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.81%

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

R = 35.09%
G = 30.81%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D5BBCF (or 0xD5BBCF) is known color: French Lilac. HEX triplet: D5, BB and CF. RGB value is (213,187,207). Sum of RGB (Red+Green+Blue) = 213+187+207=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBCF is #2A4430. Grayscale: #C5C5C5. Windows color (decimal): -2769969 or 13614037. OLE color: 13614037.

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

Color convert

RGB 213 187 207 -
CMYK 0 0.12 0.03 0.16
HSL 313.85º 0.24% 0.78% -
HSV(B) 313.85º 0.12% 0.84% -
XYZ 56.47 54.19 66.52 -
YUV 197.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 213 187 207 0 0.12 0.03 0.16 313.85 0.24 0.78
Hex D5 BB CF 0 C 3 10 13A 18 4E
Octal 325 273 317 0 14 3 20 472 30 116
Binary 11010101 10111011 11001111 0 1100 11 10000 100111010 11000 1001110

Color Harmonies of #D5BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BBCF

Black with #D5BBCF

Text Example


Text Example

White with #D5BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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