Html Css Color HEX #D4BBCF French Lilac

📋 copy color: '#D4BBCF'

red 212 ◦ green 187 ◦ blue 207

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

Shades of French Lilac #D4BBCF

Tints of French Lilac #D4BBCF

RGB

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

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

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

R = 34.98%
G = 30.86%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D4BBCF (or 0xD4BBCF) is known color: French Lilac. HEX triplet: D4, BB and CF. RGB value is (212,187,207). Sum of RGB (Red+Green+Blue) = 212+187+207=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBCF is #2B4430. Grayscale: #C4C4C4. Windows color (decimal): -2835505 or 13614036. OLE color: 13614036.

HSL color Cylindrical-coordinate representation of color #D4BBCF: hue angle of 312º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4BBCF is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 187 207 -
CMYK 0 0.12 0.02 0.17
HSL 312º 0.23% 0.78% -
HSV(B) 312º 0.12% 0.83% -
XYZ 56.18 54.04 66.5 -
YUV 196.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 212 187 207 0 0.12 0.02 0.17 312 0.23 0.78
Hex D4 BB CF 0 C 2 11 138 17 4E
Octal 324 273 317 0 14 2 21 470 27 116
Binary 11010100 10111011 11001111 0 1100 10 10001 100111000 10111 1001110

Color Harmonies of #D4BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BBCF

Black with #D4BBCF

Text Example


Text Example

White with #D4BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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