Html Css Color HEX #D8B4D3 French Lilac

📋 copy color: '#D8B4D3'

red 216 ◦ green 180 ◦ blue 211

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

Shades of French Lilac #D8B4D3

Tints of French Lilac #D8B4D3

RGB

 RED value IS 216 (84.77% from 255) = 35.58%

 GREEN value IS 180 (70.7% from 255) = 29.65%

 BLUE value IS 211 (82.81% from 255) = 34.76%

R = 35.58%
G = 29.65%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D8B4D3 (or 0xD8B4D3) is known color: French Lilac. HEX triplet: D8, B4 and D3. RGB value is (216,180,211). Sum of RGB (Red+Green+Blue) = 216+180+211=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B4D3 is #274B2C. Grayscale: #C2C2C2. Windows color (decimal): -2575149 or 13874392. OLE color: 13874392.

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

Color convert

RGB 216 180 211 -
CMYK 0 0.17 0.02 0.15
HSL 308.33º 0.32% 0.78% -
HSV(B) 308.33º 0.17% 0.85% -
XYZ 56.4 51.94 68.68 -
YUV 194.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 216 180 211 0 0.17 0.02 0.15 308.33 0.32 0.78
Hex D8 B4 D3 0 11 2 F 134 20 4E
Octal 330 264 323 0 21 2 17 464 40 116
Binary 11011000 10110100 11010011 0 10001 10 1111 100110100 100000 1001110

Color Harmonies of #D8B4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B4D3

Black with #D8B4D3

Text Example


Text Example

White with #D8B4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B4D3; }

 p { color: rgb(216,180,211); }

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

background-color css

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

 a { background-color: rgb(216,180,211); }

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

border-color css

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

 span { border-color: rgb(216,180,211); }

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