Html Css Color HEX #D6BDD3 French Lilac

📋 copy color: '#D6BDD3'

red 214 ◦ green 189 ◦ blue 211

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

Shades of French Lilac #D6BDD3

Tints of French Lilac #D6BDD3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.78%

 BLUE value IS 211 (82.81% from 255) = 34.36%

R = 34.85%
G = 30.78%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D6BDD3 (or 0xD6BDD3) is known color: French Lilac. HEX triplet: D6, BD and D3. RGB value is (214,189,211). Sum of RGB (Red+Green+Blue) = 214+189+211=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDD3 is #29422C. Grayscale: #C6C6C6. Windows color (decimal): -2703917 or 13876694. OLE color: 13876694.

HSL color Cylindrical-coordinate representation of color #D6BDD3: hue angle of 307.2º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6BDD3 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 189 211 -
CMYK 0 0.12 0.01 0.16
HSL 307.2º 0.23% 0.79% -
HSV(B) 307.2º 0.12% 0.84% -
XYZ 57.69 55.39 69.28 -
YUV 198.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 214 189 211 0 0.12 0.01 0.16 307.2 0.23 0.79
Hex D6 BD D3 0 C 1 10 133 17 4F
Octal 326 275 323 0 14 1 20 463 27 117
Binary 11010110 10111101 11010011 0 1100 1 10000 100110011 10111 1001111

Color Harmonies of #D6BDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BDD3

Black with #D6BDD3

Text Example


Text Example

White with #D6BDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BDD3; }

 p { color: rgb(214,189,211); }

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

background-color css

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

 a { background-color: rgb(214,189,211); }

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

border-color css

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

 span { border-color: rgb(214,189,211); }

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