#D699CD

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

Shades of Lilac #D699CD

Tints of Lilac #D699CD

Color information

#D699CD (or 0xD699CD) is unknown color: approx Lilac. HEX triplet: D6, 99 and CD. RGB value is (214,153,205). Sum of RGB (Red+Green+Blue) = 214+153+205=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D699CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699CD is #296632. Grayscale: #B1B1B1. Windows color (decimal): -2713139 or 13474262. OLE color: 13474262.

HSL color Cylindrical-coordinate representation of color #D699CD: hue angle of 308.85º 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 #D699CD is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214153205-
CMYK00.290.040.16
HSL308.85º42.66%71.96%-
HSV(B)308.85º28.5%83.92%-
XYZ50.1441.4963.12-
YUV177.17143.71154.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.41%
GREEN value IS 153 (60.16% from 255) = 26.75%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=37.41%
G=26.75%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415320500.290.040.16308.8542.6671.96
HexD699CD01D4101352b48
Octal32623131503542046553110
Binary110101101001100111001101011101100100001001101011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699CD; }

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

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

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

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

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

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

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

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