#CF98BE

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

Shades of Lily #CF98BE

Tints of Lily #CF98BE

Color information

#CF98BE (or 0xCF98BE) is unknown color: approx Lily. HEX triplet: CF, 98 and BE. RGB value is (207,152,190). Sum of RGB (Red+Green+Blue) = 207+152+190=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CF98BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF98BE is #306741. Grayscale: #ACACAC. Windows color (decimal): -3172162 or 12490959. OLE color: 12490959.

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

Color convert

RGB207152190-
CMYK00.270.080.19
HSL318.55º36.42%70.39%-
HSV(B)318.55º26.57%81.18%-
XYZ46.2539.4453.89-
YUV172.78137.72152.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.70%
GREEN value IS 152 (59.77% from 255) = 27.69%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=37.70%
G=27.69%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715219000.270.080.19318.5536.4270.39
HexCF98BE01B81313f2446
Octal317230276033102347744106
Binary1100111110011000101111100110111000100111001111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF98BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF98BE; }

 p { color: rgb(207,152,190); }

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

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

 a { background-color: rgb(207,152,190); }

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

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

 span { border-color: rgb(207,152,190); }

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