#D694CB

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

Shades of Lilac #D694CB

Tints of Lilac #D694CB

Color information

#D694CB (or 0xD694CB) is unknown color: approx Lilac. HEX triplet: D6, 94 and CB. RGB value is (214,148,203). Sum of RGB (Red+Green+Blue) = 214+148+203=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D694CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694CB is #296B34. Grayscale: #ADADAD. Windows color (decimal): -2714421 or 13341910. OLE color: 13341910.

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

Color convert

RGB214148203-
CMYK00.310.050.16
HSL310º44.59%70.98%-
HSV(B)310º30.84%83.92%-
XYZ49.139.7961.59-
YUV174144.37156.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.88%
GREEN value IS 148 (58.20% from 255) = 26.19%
BLUE value IS 203 (79.69% from 255) = 35.93%
R=37.88%
G=26.19%
B=35.93%

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
Decimal21414820300.310.050.1631044.5970.98
HexD694CB01F5101362d47
Octal32622431303752046655107
Binary110101101001010011001011011111101100001001101101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D694CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D694CB; }

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

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

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

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

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

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

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

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