#D299CB

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

Shades of Lilac #D299CB

Tints of Lilac #D299CB

Color information

#D299CB (or 0xD299CB) is unknown color: approx Lilac. HEX triplet: D2, 99 and CB. RGB value is (210,153,203). Sum of RGB (Red+Green+Blue) = 210+153+203=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D299CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299CB is #2D6634. Grayscale: #AFAFAF. Windows color (decimal): -2975285 or 13343186. OLE color: 13343186.

HSL color Cylindrical-coordinate representation of color #D299CB: hue angle of 307.37º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D299CB is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210153203-
CMYK00.270.030.18
HSL307.37º38.78%71.18%-
HSV(B)307.37º27.14%82.35%-
XYZ48.7540.861.8-
YUV175.74143.38152.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.10%
GREEN value IS 153 (60.16% from 255) = 27.03%
BLUE value IS 203 (79.69% from 255) = 35.87%
R=37.10%
G=27.03%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015320300.270.030.18307.3738.7871.18
HexD299CB01B3121332747
Octal32223131303332246347107
Binary11010010100110011100101101101111100101001100111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299CB; }

 p { color: rgb(210,153,203); }

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

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

 a { background-color: rgb(210,153,203); }

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

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

 span { border-color: rgb(210,153,203); }

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