Html Css Color HEX #D6B3CF French Lilac

📋 copy color: '#D6B3CF'

red 214 ◦ green 179 ◦ blue 207

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

Shades of French Lilac #D6B3CF

Tints of French Lilac #D6B3CF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.83%

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

R = 35.67%
G = 29.83%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D6B3CF (or 0xD6B3CF) is known color: French Lilac. HEX triplet: D6, B3 and CF. RGB value is (214,179,207). Sum of RGB (Red+Green+Blue) = 214+179+207=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 179 (70.31% from 255 or 29.83% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B3CF is #294C30. Grayscale: #C0C0C0. Windows color (decimal): -2706481 or 13611990. OLE color: 13611990.

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

Color convert

RGB 214 179 207 -
CMYK 0 0.16 0.03 0.16
HSL 312º 0.3% 0.77% -
HSV(B) 312º 0.16% 0.84% -
XYZ 55.11 51.04 65.98 -
YUV 192.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 214 179 207 0 0.16 0.03 0.16 312 0.3 0.77
Hex D6 B3 CF 0 10 3 10 138 1E 4D
Octal 326 263 317 0 20 3 20 470 36 115
Binary 11010110 10110011 11001111 0 10000 11 10000 100111000 11110 1001101

Color Harmonies of #D6B3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B3CF

Black with #D6B3CF

Text Example


Text Example

White with #D6B3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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