Html Css Color HEX #D6B4CF French Lilac

📋 copy color: '#D6B4CF'

red 214 ◦ green 180 ◦ blue 207

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

Shades of French Lilac #D6B4CF

Tints of French Lilac #D6B4CF

RGB

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

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

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

R = 35.61%
G = 29.95%
B = 34.44%

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

#D6B4CF (or 0xD6B4CF) is known color: French Lilac. HEX triplet: D6, B4 and CF. RGB value is (214,180,207). Sum of RGB (Red+Green+Blue) = 214+180+207=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B4CF is #294B30. Grayscale: #C1C1C1. Windows color (decimal): -2706225 or 13612246. OLE color: 13612246.

HSL color Cylindrical-coordinate representation of color #D6B4CF: hue angle of 312.35º degrees, saturation: 0.29, 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 #D6B4CF is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 180 207 -
CMYK 0 0.16 0.03 0.16
HSL 312.35º 0.29% 0.77% -
HSV(B) 312.35º 0.16% 0.84% -
XYZ 55.32 51.44 66.05 -
YUV 193.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 214 180 207 0 0.16 0.03 0.16 312.35 0.29 0.77
Hex D6 B4 CF 0 10 3 10 138 1D 4D
Octal 326 264 317 0 20 3 20 470 35 115
Binary 11010110 10110100 11001111 0 10000 11 10000 100111000 11101 1001101

Color Harmonies of #D6B4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B4CF

Black with #D6B4CF

Text Example


Text Example

White with #D6B4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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