Html Css Color HEX #D8B4CF French Lilac

📋 copy color: '#D8B4CF'

red 216 ◦ green 180 ◦ blue 207

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

Shades of French Lilac #D8B4CF

Tints of French Lilac #D8B4CF

RGB

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

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

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

R = 35.82%
G = 29.85%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D8B4CF (or 0xD8B4CF) is known color: French Lilac. HEX triplet: D8, B4 and CF. RGB value is (216,180,207). Sum of RGB (Red+Green+Blue) = 216+180+207=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B4CF is #274B30. Grayscale: #C1C1C1. Windows color (decimal): -2575153 or 13612248. OLE color: 13612248.

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

Color convert

RGB 216 180 207 -
CMYK 0 0.17 0.04 0.15
HSL 315º 0.32% 0.78% -
HSV(B) 315º 0.17% 0.85% -
XYZ 55.9 51.75 66.07 -
YUV 193.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 216 180 207 0 0.17 0.04 0.15 315 0.32 0.78
Hex D8 B4 CF 0 11 4 F 13B 20 4E
Octal 330 264 317 0 21 4 17 473 40 116
Binary 11011000 10110100 11001111 0 10001 100 1111 100111011 100000 1001110

Color Harmonies of #D8B4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B4CF

Black with #D8B4CF

Text Example


Text Example

White with #D8B4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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