Html Css Color HEX #D2BECD French Lilac

📋 copy color: '#D2BECD'

red 210 ◦ green 190 ◦ blue 205

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

Shades of French Lilac #D2BECD

Tints of French Lilac #D2BECD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.4%

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

R = 34.71%
G = 31.4%
B = 33.88%

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

#D2BECD (or 0xD2BECD) is known color: French Lilac. HEX triplet: D2, BE and CD. RGB value is (210,190,205). Sum of RGB (Red+Green+Blue) = 210+190+205=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BECD is #2D4132. Grayscale: #C5C5C5. Windows color (decimal): -2965811 or 13483730. OLE color: 13483730.

HSL color Cylindrical-coordinate representation of color #D2BECD: hue angle of 315º degrees, saturation: 0.18, 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 #D2BECD is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 190 205 -
CMYK 0 0.10 0.02 0.18
HSL 315º 0.18% 0.78% -
HSV(B) 315º 0.1% 0.82% -
XYZ 56.01 54.94 65.41 -
YUV 197.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 210 190 205 0 0.10 0.02 0.18 315 0.18 0.78
Hex D2 BE CD 0 A 2 12 13B 12 4E
Octal 322 276 315 0 12 2 22 473 22 116
Binary 11010010 10111110 11001101 0 1010 10 10010 100111011 10010 1001110

Color Harmonies of #D2BECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BECD

Black with #D2BECD

Text Example


Text Example

White with #D2BECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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