Html Css Color HEX #D4B3CF French Lilac

📋 copy color: '#D4B3CF'

red 212 ◦ green 179 ◦ blue 207

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

Shades of French Lilac #D4B3CF

Tints of French Lilac #D4B3CF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.93%

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

R = 35.45%
G = 29.93%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D4B3CF (or 0xD4B3CF) is known color: French Lilac. HEX triplet: D4, B3 and CF. RGB value is (212,179,207). Sum of RGB (Red+Green+Blue) = 212+179+207=598 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.45% from 598); Green value is 179 (70.31% from 255 or 29.93% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B3CF is #2B4C30. Grayscale: #BFBFBF. Windows color (decimal): -2837553 or 13611988. OLE color: 13611988.

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

Color convert

RGB 212 179 207 -
CMYK 0 0.16 0.02 0.17
HSL 309.09º 0.28% 0.77% -
HSV(B) 309.09º 0.16% 0.83% -
XYZ 54.53 50.74 65.95 -
YUV 192.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 212 179 207 0 0.16 0.02 0.17 309.09 0.28 0.77
Hex D4 B3 CF 0 10 2 11 135 1C 4D
Octal 324 263 317 0 20 2 21 465 34 115
Binary 11010100 10110011 11001111 0 10000 10 10001 100110101 11100 1001101

Color Harmonies of #D4B3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B3CF

Black with #D4B3CF

Text Example


Text Example

White with #D4B3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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