#D697CD

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

Shades of Lilac #D697CD

Tints of Lilac #D697CD

Color information

#D697CD (or 0xD697CD) is unknown color: approx Lilac. HEX triplet: D6, 97 and CD. RGB value is (214,151,205). Sum of RGB (Red+Green+Blue) = 214+151+205=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D697CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697CD is #296832. Grayscale: #AFAFAF. Windows color (decimal): -2713651 or 13473750. OLE color: 13473750.

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

Color convert

RGB214151205-
CMYK00.290.040.16
HSL308.57º43.45%71.57%-
HSV(B)308.57º29.44%83.92%-
XYZ49.8240.8463.01-
YUV175.99144.37155.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.54%
GREEN value IS 151 (59.38% from 255) = 26.49%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=37.54%
G=26.49%
B=35.96%

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
Decimal21415120500.290.040.16308.5743.4571.57
HexD697CD01D4101352b48
Octal32622731503542046553110
Binary110101101001011111001101011101100100001001101011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697CD; }

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

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

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

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

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

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

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

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