#D69FCB

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

Shades of Lilac #D69FCB

Tints of Lilac #D69FCB

Color information

#D69FCB (or 0xD69FCB) is unknown color: approx Lilac. HEX triplet: D6, 9F and CB. RGB value is (214,159,203). Sum of RGB (Red+Green+Blue) = 214+159+203=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FCB is #296034. Grayscale: #B4B4B4. Windows color (decimal): -2711605 or 13344726. OLE color: 13344726.

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

Color convert

RGB214159203-
CMYK00.260.050.16
HSL312º40.15%73.14%-
HSV(B)312º25.7%83.92%-
XYZ50.9143.462.19-
YUV180.46140.72151.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.15%
GREEN value IS 159 (62.5% from 255) = 27.60%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=37.15%
G=27.60%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415920300.260.050.1631240.1573.14
HexD69FCB01A5101382849
Octal32623731303252047050111
Binary110101101001111111001011011010101100001001110001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FCB; }

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

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

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

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

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

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

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

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