#CF93BF

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

Shades of Lily #CF93BF

Tints of Lily #CF93BF

Color information

#CF93BF (or 0xCF93BF) is unknown color: approx Lily. HEX triplet: CF, 93 and BF. RGB value is (207,147,191). Sum of RGB (Red+Green+Blue) = 207+147+191=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93BF is #306C40. Grayscale: #A9A9A9. Windows color (decimal): -3173441 or 12555215. OLE color: 12555215.

HSL color Cylindrical-coordinate representation of color #CF93BF: hue angle of 316º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF93BF is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB207147191-
CMYK00.290.080.19
HSL316º38.46%69.41%-
HSV(B)316º28.99%81.18%-
XYZ45.5737.8954.2-
YUV169.96139.88154.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 147 (57.81% from 255) = 26.97%
BLUE value IS 191 (75% from 255) = 35.05%
R=37.98%
G=26.97%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714719100.290.080.1931638.4669.41
HexCF93BF01D81313c2645
Octal317223277035102347446105
Binary1100111110010011101111110111011000100111001111001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF93BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF93BF; }

 p { color: rgb(207,147,191); }

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

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

 a { background-color: rgb(207,147,191); }

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

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

 span { border-color: rgb(207,147,191); }

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