Html Css Color HEX #D4BDD0 French Lilac

📋 copy color: '#D4BDD0'

red 212 ◦ green 189 ◦ blue 208

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

Shades of French Lilac #D4BDD0

Tints of French Lilac #D4BDD0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.03%

 BLUE value IS 208 (81.64% from 255) = 34.15%

R = 34.81%
G = 31.03%
B = 34.15%

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

#D4BDD0 (or 0xD4BDD0) is known color: French Lilac. HEX triplet: D4, BD and D0. RGB value is (212,189,208). Sum of RGB (Red+Green+Blue) = 212+189+208=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDD0 is #2B422F. Grayscale: #C5C5C5. Windows color (decimal): -2834992 or 13680084. OLE color: 13680084.

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

Color convert

RGB 212 189 208 -
CMYK 0 0.11 0.02 0.17
HSL 310.43º 0.21% 0.79% -
HSV(B) 310.43º 0.11% 0.83% -
XYZ 56.73 54.95 67.29 -
YUV 198.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 212 189 208 0 0.11 0.02 0.17 310.43 0.21 0.79
Hex D4 BD D0 0 B 2 11 136 15 4F
Octal 324 275 320 0 13 2 21 466 25 117
Binary 11010100 10111101 11010000 0 1011 10 10001 100110110 10101 1001111

Color Harmonies of #D4BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BDD0

Black with #D4BDD0

Text Example


Text Example

White with #D4BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BDD0; }

 p { color: rgb(212,189,208); }

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

background-color css

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

 a { background-color: rgb(212,189,208); }

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

border-color css

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

 span { border-color: rgb(212,189,208); }

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