#D699CC

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

Shades of Lilac #D699CC

Tints of Lilac #D699CC

Color information

#D699CC (or 0xD699CC) is unknown color: approx Lilac. HEX triplet: D6, 99 and CC. RGB value is (214,153,204). Sum of RGB (Red+Green+Blue) = 214+153+204=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D699CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699CC is #296633. Grayscale: #B0B0B0. Windows color (decimal): -2713140 or 13408726. OLE color: 13408726.

HSL color Cylindrical-coordinate representation of color #D699CC: hue angle of 309.84º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D699CC is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214153204-
CMYK00.290.050.16
HSL309.84º42.66%71.96%-
HSV(B)309.84º28.5%83.92%-
XYZ50.0241.4462.49-
YUV177.05143.21154.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.48%
GREEN value IS 153 (60.16% from 255) = 26.80%
BLUE value IS 204 (80.08% from 255) = 35.73%
R=37.48%
G=26.80%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415320400.290.050.16309.8442.6671.96
HexD699CC01D5101362b48
Octal32623131403552046653110
Binary110101101001100111001100011101101100001001101101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699CC; }

 p { color: rgb(214,153,204); }

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

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

 a { background-color: rgb(214,153,204); }

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

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

 span { border-color: rgb(214,153,204); }

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