Html Css Color HEX #D4BCCF French Lilac

📋 copy color: '#D4BCCF'

red 212 ◦ green 188 ◦ blue 207

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

Shades of French Lilac #D4BCCF

Tints of French Lilac #D4BCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.97%

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

R = 34.93%
G = 30.97%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D4BCCF (or 0xD4BCCF) is known color: French Lilac. HEX triplet: D4, BC and CF. RGB value is (212,188,207). Sum of RGB (Red+Green+Blue) = 212+188+207=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCCF is #2B4330. Grayscale: #C5C5C5. Windows color (decimal): -2835249 or 13614292. OLE color: 13614292.

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

Color convert

RGB 212 188 207 -
CMYK 0 0.11 0.02 0.17
HSL 312.5º 0.22% 0.78% -
HSV(B) 312.5º 0.11% 0.83% -
XYZ 56.4 54.47 66.57 -
YUV 197.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 212 188 207 0 0.11 0.02 0.17 312.5 0.22 0.78
Hex D4 BC CF 0 B 2 11 138 16 4E
Octal 324 274 317 0 13 2 21 470 26 116
Binary 11010100 10111100 11001111 0 1011 10 10001 100111000 10110 1001110

Color Harmonies of #D4BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BCCF

Black with #D4BCCF

Text Example


Text Example

White with #D4BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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