#D697CA

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

Shades of Lilac #D697CA

Tints of Lilac #D697CA

Color information

#D697CA (or 0xD697CA) is unknown color: approx Lilac. HEX triplet: D6, 97 and CA. RGB value is (214,151,202). Sum of RGB (Red+Green+Blue) = 214+151+202=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D697CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697CA is #296835. Grayscale: #AFAFAF. Windows color (decimal): -2713654 or 13277142. OLE color: 13277142.

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

Color convert

RGB214151202-
CMYK00.290.060.16
HSL311.43º43.45%71.57%-
HSV(B)311.43º29.44%83.92%-
XYZ49.4640.6961.13-
YUV175.65142.87155.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.74%
GREEN value IS 151 (59.38% from 255) = 26.63%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=37.74%
G=26.63%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415120200.290.060.16311.4343.4571.57
HexD697CA01D6101372b48
Octal32622731203562046753110
Binary110101101001011111001010011101110100001001101111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697CA; }

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

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

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

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

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

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

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

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