#D699CA

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

Shades of Lilac #D699CA

Tints of Lilac #D699CA

Color information

#D699CA (or 0xD699CA) is unknown color: approx Lilac. HEX triplet: D6, 99 and CA. RGB value is (214,153,202). Sum of RGB (Red+Green+Blue) = 214+153+202=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D699CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699CA is #296635. Grayscale: #B0B0B0. Windows color (decimal): -2713142 or 13277654. OLE color: 13277654.

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

Color convert

RGB214153202-
CMYK00.290.060.16
HSL311.8º42.66%71.96%-
HSV(B)311.8º28.5%83.92%-
XYZ49.7841.3461.23-
YUV176.82142.21154.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.61%
GREEN value IS 153 (60.16% from 255) = 26.89%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=37.61%
G=26.89%
B=35.50%

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
Decimal21415320200.290.060.16311.842.6671.96
HexD699CA01D6101382b48
Octal32623131203562047053110
Binary110101101001100111001010011101110100001001110001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699CA; }

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

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

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

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

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

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

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

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