Html Css Color HEX #D2BECE French Lilac

📋 copy color: '#D2BECE'

red 210 ◦ green 190 ◦ blue 206

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

Shades of French Lilac #D2BECE

Tints of French Lilac #D2BECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.99%

R = 34.65%
G = 31.35%
B = 33.99%

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

#D2BECE (or 0xD2BECE) is known color: French Lilac. HEX triplet: D2, BE and CE. RGB value is (210,190,206). Sum of RGB (Red+Green+Blue) = 210+190+206=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BECE is #2D4131. Grayscale: #C5C5C5. Windows color (decimal): -2965810 or 13549266. OLE color: 13549266.

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

Color convert

RGB 210 190 206 -
CMYK 0 0.10 0.02 0.18
HSL 312º 0.18% 0.78% -
HSV(B) 312º 0.1% 0.82% -
XYZ 56.13 54.98 66.05 -
YUV 197.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 210 190 206 0 0.10 0.02 0.18 312 0.18 0.78
Hex D2 BE CE 0 A 2 12 138 12 4E
Octal 322 276 316 0 12 2 22 470 22 116
Binary 11010010 10111110 11001110 0 1010 10 10010 100111000 10010 1001110

Color Harmonies of #D2BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BECE

Black with #D2BECE

Text Example


Text Example

White with #D2BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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