#C299BD

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

Shades of Lilac #C299BD

Tints of Lilac #C299BD

Color information

#C299BD (or 0xC299BD) is unknown color: approx Lilac. HEX triplet: C2, 99 and BD. RGB value is (194,153,189). Sum of RGB (Red+Green+Blue) = 194+153+189=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C299BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299BD is #3D6642. Grayscale: #A9A9A9. Windows color (decimal): -4023875 or 12425666. OLE color: 12425666.

HSL color Cylindrical-coordinate representation of color #C299BD: hue angle of 307.32º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C299BD is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB194153189-
CMYK00.210.030.24
HSL307.32º25.15%68.04%-
HSV(B)307.32º21.13%76.08%-
XYZ42.8237.9353.21-
YUV169.36139.08145.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.19%
GREEN value IS 153 (60.16% from 255) = 28.54%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=36.19%
G=28.54%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415318900.210.030.24307.3225.1568.04
HexC299BD0153181331944
Octal30223127502533046331104
Binary1100001010011001101111010101011111000100110011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299BD; }

 p { color: rgb(194,153,189); }

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

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

 a { background-color: rgb(194,153,189); }

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

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

 span { border-color: rgb(194,153,189); }

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