Html Css Color HEX #D2B7CD French Lilac

📋 copy color: '#D2B7CD'

red 210 ◦ green 183 ◦ blue 205

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

Shades of French Lilac #D2B7CD

Tints of French Lilac #D2B7CD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.6%

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

R = 35.12%
G = 30.6%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D2B7CD (or 0xD2B7CD) is known color: French Lilac. HEX triplet: D2, B7 and CD. RGB value is (210,183,205). Sum of RGB (Red+Green+Blue) = 210+183+205=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B7CD is #2D4832. Grayscale: #C1C1C1. Windows color (decimal): -2967603 or 13481938. OLE color: 13481938.

HSL color Cylindrical-coordinate representation of color #D2B7CD: hue angle of 311.11º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2B7CD is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 183 205 -
CMYK 0 0.13 0.02 0.18
HSL 311.11º 0.23% 0.77% -
HSV(B) 311.11º 0.13% 0.82% -
XYZ 54.53 51.98 64.92 -
YUV 193.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 210 183 205 0 0.13 0.02 0.18 311.11 0.23 0.77
Hex D2 B7 CD 0 D 2 12 137 17 4D
Octal 322 267 315 0 15 2 22 467 27 115
Binary 11010010 10110111 11001101 0 1101 10 10010 100110111 10111 1001101

Color Harmonies of #D2B7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B7CD

Black with #D2B7CD

Text Example


Text Example

White with #D2B7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B7CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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