Html Css Color HEX #D6B5D2 French Lilac

📋 copy color: '#D6B5D2'

red 214 ◦ green 181 ◦ blue 210

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

Shades of French Lilac #D6B5D2

Tints of French Lilac #D6B5D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.71%

R = 35.37%
G = 29.92%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D6B5D2 (or 0xD6B5D2) is known color: French Lilac. HEX triplet: D6, B5 and D2. RGB value is (214,181,210). Sum of RGB (Red+Green+Blue) = 214+181+210=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B5D2 is #294A2D. Grayscale: #C2C2C2. Windows color (decimal): -2705966 or 13809110. OLE color: 13809110.

HSL color Cylindrical-coordinate representation of color #D6B5D2: hue angle of 307.27º 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 #D6B5D2 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 181 210 -
CMYK 0 0.15 0.02 0.16
HSL 307.27º 0.29% 0.77% -
HSV(B) 307.27º 0.15% 0.84% -
XYZ 55.89 52 68.06 -
YUV 194.17 136.93 142.14 -
System Red Green Blue C M Y K H S L
Decimal 214 181 210 0 0.15 0.02 0.16 307.27 0.29 0.77
Hex D6 B5 D2 0 F 2 10 133 1D 4D
Octal 326 265 322 0 17 2 20 463 35 115
Binary 11010110 10110101 11010010 0 1111 10 10000 100110011 11101 1001101

Color Harmonies of #D6B5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B5D2

Black with #D6B5D2

Text Example


Text Example

White with #D6B5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B5D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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