#D698CA

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

Shades of Lilac #D698CA

Tints of Lilac #D698CA

Color information

#D698CA (or 0xD698CA) is unknown color: approx Lilac. HEX triplet: D6, 98 and CA. RGB value is (214,152,202). Sum of RGB (Red+Green+Blue) = 214+152+202=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D698CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698CA is #296735. Grayscale: #B0B0B0. Windows color (decimal): -2713398 or 13277398. OLE color: 13277398.

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

Color convert

RGB214152202-
CMYK00.290.060.16
HSL311.61º43.06%71.76%-
HSV(B)311.61º28.97%83.92%-
XYZ49.6241.0261.18-
YUV176.24142.54154.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.68%
GREEN value IS 152 (59.77% from 255) = 26.76%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=37.68%
G=26.76%
B=35.56%

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
Decimal21415220200.290.060.16311.6143.0671.76
HexD698CA01D6101382b48
Octal32623031203562047053110
Binary110101101001100011001010011101110100001001110001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D698CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D698CA; }

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

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

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

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

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

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

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

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