Html Css Color HEX #D6B1CF French Lilac

📋 copy color: '#D6B1CF'

red 214 ◦ green 177 ◦ blue 207

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

Shades of French Lilac #D6B1CF

Tints of French Lilac #D6B1CF

RGB

 RED value IS 214 (83.98% from 255) = 35.79%

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

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

R = 35.79%
G = 29.6%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D6B1CF (or 0xD6B1CF) is known color: French Lilac. HEX triplet: D6, B1 and CF. RGB value is (214,177,207). Sum of RGB (Red+Green+Blue) = 214+177+207=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 177 (69.53% from 255 or 29.60% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B1CF is #294E30. Grayscale: #BFBFBF. Windows color (decimal): -2706993 or 13611478. OLE color: 13611478.

HSL color Cylindrical-coordinate representation of color #D6B1CF: hue angle of 311.35º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6B1CF is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 177 207 -
CMYK 0 0.17 0.03 0.16
HSL 311.35º 0.31% 0.77% -
HSV(B) 311.35º 0.17% 0.84% -
XYZ 54.72 50.25 65.85 -
YUV 191.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 214 177 207 0 0.17 0.03 0.16 311.35 0.31 0.77
Hex D6 B1 CF 0 11 3 10 137 1F 4D
Octal 326 261 317 0 21 3 20 467 37 115
Binary 11010110 10110001 11001111 0 10001 11 10000 100110111 11111 1001101

Color Harmonies of #D6B1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B1CF

Black with #D6B1CF

Text Example


Text Example

White with #D6B1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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