#D698CB

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

Shades of Lilac #D698CB

Tints of Lilac #D698CB

Color information

#D698CB (or 0xD698CB) is unknown color: approx Lilac. HEX triplet: D6, 98 and CB. RGB value is (214,152,203). Sum of RGB (Red+Green+Blue) = 214+152+203=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D698CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698CB is #296734. Grayscale: #B0B0B0. Windows color (decimal): -2713397 or 13342934. OLE color: 13342934.

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

Color convert

RGB214152203-
CMYK00.290.050.16
HSL310.65º43.06%71.76%-
HSV(B)310.65º28.97%83.92%-
XYZ49.7441.0661.8-
YUV176.35143.04154.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.61%
GREEN value IS 152 (59.77% from 255) = 26.71%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=37.61%
G=26.71%
B=35.68%

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
Decimal21415220300.290.050.16310.6543.0671.76
HexD698CB01D5101372b48
Octal32623031303552046753110
Binary110101101001100011001011011101101100001001101111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D698CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D698CB; }

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

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

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

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

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

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

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

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