Html Css Color HEX #D6B5CF French Lilac

📋 copy color: '#D6B5CF'

red 214 ◦ green 181 ◦ blue 207

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

Shades of French Lilac #D6B5CF

Tints of French Lilac #D6B5CF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.07%

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

R = 35.55%
G = 30.07%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D6B5CF (or 0xD6B5CF) is known color: French Lilac. HEX triplet: D6, B5 and CF. RGB value is (214,181,207). Sum of RGB (Red+Green+Blue) = 214+181+207=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B5CF is #294A30. Grayscale: #C1C1C1. Windows color (decimal): -2705969 or 13612502. OLE color: 13612502.

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

Color convert

RGB 214 181 207 -
CMYK 0 0.15 0.03 0.16
HSL 312.73º 0.29% 0.77% -
HSV(B) 312.73º 0.15% 0.84% -
XYZ 55.52 51.85 66.11 -
YUV 193.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 214 181 207 0 0.15 0.03 0.16 312.73 0.29 0.77
Hex D6 B5 CF 0 F 3 10 139 1D 4D
Octal 326 265 317 0 17 3 20 471 35 115
Binary 11010110 10110101 11001111 0 1111 11 10000 100111001 11101 1001101

Color Harmonies of #D6B5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B5CF

Black with #D6B5CF

Text Example


Text Example

White with #D6B5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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