Html Css Color HEX #D4B1CF French Lilac

📋 copy color: '#D4B1CF'

red 212 ◦ green 177 ◦ blue 207

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

Shades of French Lilac #D4B1CF

Tints of French Lilac #D4B1CF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.7%

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

R = 35.57%
G = 29.7%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D4B1CF (or 0xD4B1CF) is known color: French Lilac. HEX triplet: D4, B1 and CF. RGB value is (212,177,207). Sum of RGB (Red+Green+Blue) = 212+177+207=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B1CF is #2B4E30. Grayscale: #BEBEBE. Windows color (decimal): -2838065 or 13611476. OLE color: 13611476.

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

Color convert

RGB 212 177 207 -
CMYK 0 0.17 0.02 0.17
HSL 308.57º 0.29% 0.76% -
HSV(B) 308.57º 0.17% 0.83% -
XYZ 54.14 49.95 65.82 -
YUV 190.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 212 177 207 0 0.17 0.02 0.17 308.57 0.29 0.76
Hex D4 B1 CF 0 11 2 11 135 1D 4C
Octal 324 261 317 0 21 2 21 465 35 114
Binary 11010100 10110001 11001111 0 10001 10 10001 100110101 11101 1001100

Color Harmonies of #D4B1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B1CF

Black with #D4B1CF

Text Example


Text Example

White with #D4B1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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