#D695CB

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

Shades of Lilac #D695CB

Tints of Lilac #D695CB

Color information

#D695CB (or 0xD695CB) is unknown color: approx Lilac. HEX triplet: D6, 95 and CB. RGB value is (214,149,203). Sum of RGB (Red+Green+Blue) = 214+149+203=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D695CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695CB is #296A34. Grayscale: #AEAEAE. Windows color (decimal): -2714165 or 13342166. OLE color: 13342166.

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

Color convert

RGB214149203-
CMYK00.300.050.16
HSL310.15º44.22%71.18%-
HSV(B)310.15º30.37%83.92%-
XYZ49.2640.161.64-
YUV174.59144.03156.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 149 (58.59% from 255) = 26.33%
BLUE value IS 203 (79.69% from 255) = 35.87%
R=37.81%
G=26.33%
B=35.87%

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
Decimal21414920300.300.050.16310.1544.2271.18
HexD695CB01E5101362c47
Octal32622531303652046654107
Binary110101101001010111001011011110101100001001101101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D695CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D695CB; }

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

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

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

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

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

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

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

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