#D697CC

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

Shades of Lilac #D697CC

Tints of Lilac #D697CC

Color information

#D697CC (or 0xD697CC) is unknown color: approx Lilac. HEX triplet: D6, 97 and CC. RGB value is (214,151,204). Sum of RGB (Red+Green+Blue) = 214+151+204=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D697CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697CC is #296833. Grayscale: #AFAFAF. Windows color (decimal): -2713652 or 13408214. OLE color: 13408214.

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

Color convert

RGB214151204-
CMYK00.290.050.16
HSL309.52º43.45%71.57%-
HSV(B)309.52º29.44%83.92%-
XYZ49.740.7962.38-
YUV175.88143.87155.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.61%
GREEN value IS 151 (59.38% from 255) = 26.54%
BLUE value IS 204 (80.08% from 255) = 35.85%
R=37.61%
G=26.54%
B=35.85%

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
Decimal21415120400.290.050.16309.5243.4571.57
HexD697CC01D5101362b48
Octal32622731403552046653110
Binary110101101001011111001100011101101100001001101101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697CC; }

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

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

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

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

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

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

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

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