#D694CC

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

Shades of Lilac #D694CC

Tints of Lilac #D694CC

Color information

#D694CC (or 0xD694CC) is unknown color: approx Lilac. HEX triplet: D6, 94 and CC. RGB value is (214,148,204). Sum of RGB (Red+Green+Blue) = 214+148+204=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D694CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694CC is #296B33. Grayscale: #ADADAD. Windows color (decimal): -2714420 or 13407446. OLE color: 13407446.

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

Color convert

RGB214148204-
CMYK00.310.050.16
HSL309.09º44.59%70.98%-
HSV(B)309.09º30.84%83.92%-
XYZ49.2239.8462.22-
YUV174.12144.87156.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 148 (58.20% from 255) = 26.15%
BLUE value IS 204 (80.08% from 255) = 36.04%
R=37.81%
G=26.15%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414820400.310.050.16309.0944.5970.98
HexD694CC01F5101352d47
Octal32622431403752046555107
Binary110101101001010011001100011111101100001001101011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D694CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D694CC; }

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

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

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

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

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

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

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

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