#D0BECC

Color #D0BECC French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #D0BECC

Tints of French Lilac #D0BECC

Color information

#D0BECC (or 0xD0BECC) is unknown color: approx French Lilac. HEX triplet: D0, BE and CC. RGB value is (208,190,204). Sum of RGB (Red+Green+Blue) = 208+190+204=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BECC is #2F4133. Grayscale: #C4C4C4. Windows color (decimal): -3096884 or 13418192. OLE color: 13418192.

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

Color convert

RGB208190204-
CMYK00.090.020.18
HSL313.33º16.07%78.04%-
HSV(B)313.33º8.65%81.57%-
XYZ55.3254.664.75-
YUV196.98131.96135.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.55%
GREEN value IS 190 (74.61% from 255) = 31.56%
BLUE value IS 204 (80.08% from 255) = 33.89%
R=34.55%
G=31.56%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819020400.090.020.18313.3316.0778.04
HexD0BECC09212139104e
Octal32027631401122247120116
Binary110100001011111011001100010011010010100111001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BECC; }

 p { color: rgb(208,190,204); }

 H1.HeaderClassName
 {
   color: #D0BECC;
 }
 .AnyTagClassName
 {
   color: #D0BECC;
 }
</style>
background-color css

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

 a { background-color: rgb(208,190,204); }

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

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

 span { border-color: rgb(208,190,204); }

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