Html Css Color HEX #D6BAD2 French Lilac

📋 copy color: '#D6BAD2'

red 214 ◦ green 186 ◦ blue 210

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

Shades of French Lilac #D6BAD2

Tints of French Lilac #D6BAD2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.49%

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

R = 35.08%
G = 30.49%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D6BAD2 (or 0xD6BAD2) is known color: French Lilac. HEX triplet: D6, BA and D2. RGB value is (214,186,210). Sum of RGB (Red+Green+Blue) = 214+186+210=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAD2 is #29452D. Grayscale: #C5C5C5. Windows color (decimal): -2704686 or 13810390. OLE color: 13810390.

HSL color Cylindrical-coordinate representation of color #D6BAD2: hue angle of 308.57º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BAD2 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 186 210 -
CMYK 0 0.13 0.02 0.16
HSL 308.57º 0.25% 0.78% -
HSV(B) 308.57º 0.13% 0.84% -
XYZ 56.92 54.07 68.41 -
YUV 197.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 214 186 210 0 0.13 0.02 0.16 308.57 0.25 0.78
Hex D6 BA D2 0 D 2 10 135 19 4E
Octal 326 272 322 0 15 2 20 465 31 116
Binary 11010110 10111010 11010010 0 1101 10 10000 100110101 11001 1001110

Color Harmonies of #D6BAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BAD2

Black with #D6BAD2

Text Example


Text Example

White with #D6BAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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