#D696CC

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

Shades of Lilac #D696CC

Tints of Lilac #D696CC

Color information

#D696CC (or 0xD696CC) is unknown color: approx Lilac. HEX triplet: D6, 96 and CC. RGB value is (214,150,204). Sum of RGB (Red+Green+Blue) = 214+150+204=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D696CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696CC is #296933. Grayscale: #AFAFAF. Windows color (decimal): -2713908 or 13407958. OLE color: 13407958.

HSL color Cylindrical-coordinate representation of color #D696CC: hue angle of 309.38º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D696CC is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214150204-
CMYK00.300.050.16
HSL309.38º43.84%71.37%-
HSV(B)309.38º29.91%83.92%-
XYZ49.5440.4762.33-
YUV175.29144.2155.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.68%
GREEN value IS 150 (58.98% from 255) = 26.41%
BLUE value IS 204 (80.08% from 255) = 35.92%
R=37.68%
G=26.41%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415020400.300.050.16309.3843.8471.37
HexD696CC01E5101352c47
Octal32622631403652046554107
Binary110101101001011011001100011110101100001001101011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D696CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D696CC; }

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

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

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

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

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

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

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

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