#CF94BD

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

Shades of Lily #CF94BD

Tints of Lily #CF94BD

Color information

#CF94BD (or 0xCF94BD) is unknown color: approx Lily. HEX triplet: CF, 94 and BD. RGB value is (207,148,189). Sum of RGB (Red+Green+Blue) = 207+148+189=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CF94BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF94BD is #306B42. Grayscale: #AAAAAA. Windows color (decimal): -3173187 or 12424399. OLE color: 12424399.

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

Color convert

RGB207148189-
CMYK00.290.090.19
HSL318.31º38.06%69.61%-
HSV(B)318.31º28.5%81.18%-
XYZ45.5138.1253.1-
YUV170.32138.55154.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 148 (58.20% from 255) = 27.21%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=38.05%
G=27.21%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714818900.290.090.19318.3138.0669.61
HexCF94BD01D91313e2646
Octal317224275035112347646106
Binary1100111110010100101111010111011001100111001111101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF94BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF94BD; }

 p { color: rgb(207,148,189); }

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

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

 a { background-color: rgb(207,148,189); }

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

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

 span { border-color: rgb(207,148,189); }

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