Html Css Color HEX #D2BFCE French Lilac

📋 copy color: '#D2BFCE'

red 210 ◦ green 191 ◦ blue 206

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

Shades of French Lilac #D2BFCE

Tints of French Lilac #D2BFCE

RGB

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

 GREEN value IS 191 (75% from 255) = 31.47%

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

R = 34.6%
G = 31.47%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D2BFCE (or 0xD2BFCE) is known color: French Lilac. HEX triplet: D2, BF and CE. RGB value is (210,191,206). Sum of RGB (Red+Green+Blue) = 210+191+206=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFCE is #2D4031. Grayscale: #C6C6C6. Windows color (decimal): -2965554 or 13549522. OLE color: 13549522.

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

Color convert

RGB 210 191 206 -
CMYK 0 0.09 0.02 0.18
HSL 312.63º 0.17% 0.79% -
HSV(B) 312.63º 0.09% 0.82% -
XYZ 56.35 55.42 66.12 -
YUV 198.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 210 191 206 0 0.09 0.02 0.18 312.63 0.17 0.79
Hex D2 BF CE 0 9 2 12 139 11 4F
Octal 322 277 316 0 11 2 22 471 21 117
Binary 11010010 10111111 11001110 0 1001 10 10010 100111001 10001 1001111

Color Harmonies of #D2BFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BFCE

Black with #D2BFCE

Text Example


Text Example

White with #D2BFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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