#D698CC

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

Shades of Lilac #D698CC

Tints of Lilac #D698CC

Color information

#D698CC (or 0xD698CC) is unknown color: approx Lilac. HEX triplet: D6, 98 and CC. RGB value is (214,152,204). Sum of RGB (Red+Green+Blue) = 214+152+204=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D698CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698CC is #296733. Grayscale: #B0B0B0. Windows color (decimal): -2713396 or 13408470. OLE color: 13408470.

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

Color convert

RGB214152204-
CMYK00.290.050.16
HSL309.68º43.06%71.76%-
HSV(B)309.68º28.97%83.92%-
XYZ49.8641.1162.43-
YUV176.47143.54154.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.54%
GREEN value IS 152 (59.77% from 255) = 26.67%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=37.54%
G=26.67%
B=35.79%

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
Decimal21415220400.290.050.16309.6843.0671.76
HexD698CC01D5101362b48
Octal32623031403552046653110
Binary110101101001100011001100011101101100001001101101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D698CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D698CC; }

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

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

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

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

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

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

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

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