#D695CC

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

Shades of Lilac #D695CC

Tints of Lilac #D695CC

Color information

#D695CC (or 0xD695CC) is unknown color: approx Lilac. HEX triplet: D6, 95 and CC. RGB value is (214,149,204). Sum of RGB (Red+Green+Blue) = 214+149+204=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D695CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695CC is #296A33. Grayscale: #AEAEAE. Windows color (decimal): -2714164 or 13407702. OLE color: 13407702.

HSL color Cylindrical-coordinate representation of color #D695CC: hue angle of 309.23º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D695CC is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214149204-
CMYK00.300.050.16
HSL309.23º44.22%71.18%-
HSV(B)309.23º30.37%83.92%-
XYZ49.3840.1562.27-
YUV174.7144.53156.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.74%
GREEN value IS 149 (58.59% from 255) = 26.28%
BLUE value IS 204 (80.08% from 255) = 35.98%
R=37.74%
G=26.28%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414920400.300.050.16309.2344.2271.18
HexD695CC01E5101352c47
Octal32622531403652046554107
Binary110101101001010111001100011110101100001001101011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D695CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D695CC; }

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

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

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

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

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

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

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

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