Html Css Color HEX #D4B3D2 French Lilac

📋 copy color: '#D4B3D2'

red 212 ◦ green 179 ◦ blue 210

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

Shades of French Lilac #D4B3D2

Tints of French Lilac #D4B3D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.94%

R = 35.27%
G = 29.78%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D4B3D2 (or 0xD4B3D2) is known color: French Lilac. HEX triplet: D4, B3 and D2. RGB value is (212,179,210). Sum of RGB (Red+Green+Blue) = 212+179+210=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 179 (70.31% from 255 or 29.78% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B3D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B3D2 is #2B4C2D. Grayscale: #C0C0C0. Windows color (decimal): -2837550 or 13808596. OLE color: 13808596.

HSL color Cylindrical-coordinate representation of color #D4B3D2: hue angle of 303.64º 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 #D4B3D2 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 179 210 -
CMYK 0 0.16 0.01 0.17
HSL 303.64º 0.28% 0.77% -
HSV(B) 303.64º 0.16% 0.83% -
XYZ 54.9 50.89 67.9 -
YUV 192.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 212 179 210 0 0.16 0.01 0.17 303.64 0.28 0.77
Hex D4 B3 D2 0 10 1 11 130 1C 4D
Octal 324 263 322 0 20 1 21 460 34 115
Binary 11010100 10110011 11010010 0 10000 1 10001 100110000 11100 1001101

Color Harmonies of #D4B3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B3D2

Black with #D4B3D2

Text Example


Text Example

White with #D4B3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B3D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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