Html Css Color HEX #D2BDCD French Lilac

📋 copy color: '#D2BDCD'

red 210 ◦ green 189 ◦ blue 205

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

Shades of French Lilac #D2BDCD

Tints of French Lilac #D2BDCD

RGB

 RED value IS 210 (82.42% from 255) = 34.77%

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

 BLUE value IS 205 (80.47% from 255) = 33.94%

R = 34.77%
G = 31.29%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D2BDCD (or 0xD2BDCD) is known color: French Lilac. HEX triplet: D2, BD and CD. RGB value is (210,189,205). Sum of RGB (Red+Green+Blue) = 210+189+205=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDCD is #2D4232. Grayscale: #C5C5C5. Windows color (decimal): -2966067 or 13483474. OLE color: 13483474.

HSL color Cylindrical-coordinate representation of color #D2BDCD: hue angle of 314.29º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2BDCD is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 189 205 -
CMYK 0 0.10 0.02 0.18
HSL 314.29º 0.19% 0.78% -
HSV(B) 314.29º 0.1% 0.82% -
XYZ 55.8 54.5 65.34 -
YUV 197.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 210 189 205 0 0.10 0.02 0.18 314.29 0.19 0.78
Hex D2 BD CD 0 A 2 12 13A 13 4E
Octal 322 275 315 0 12 2 22 472 23 116
Binary 11010010 10111101 11001101 0 1010 10 10010 100111010 10011 1001110

Color Harmonies of #D2BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BDCD

Black with #D2BDCD

Text Example


Text Example

White with #D2BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BDCD; }

 p { color: rgb(210,189,205); }

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

background-color css

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

 a { background-color: rgb(210,189,205); }

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

border-color css

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

 span { border-color: rgb(210,189,205); }

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