#CF9BBB

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

Shades of Lily #CF9BBB

Tints of Lily #CF9BBB

Color information

#CF9BBB (or 0xCF9BBB) is unknown color: approx Lily. HEX triplet: CF, 9B and BB. RGB value is (207,155,187). Sum of RGB (Red+Green+Blue) = 207+155+187=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BBB is #306444. Grayscale: #AEAEAE. Windows color (decimal): -3171397 or 12295119. OLE color: 12295119.

HSL color Cylindrical-coordinate representation of color #CF9BBB: hue angle of 323.08º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CF9BBB is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207155187-
CMYK00.250.100.19
HSL323.08º35.14%70.98%-
HSV(B)323.08º25.12%81.18%-
XYZ46.4240.352.34-
YUV174.2135.23151.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.70%
GREEN value IS 155 (60.94% from 255) = 28.23%
BLUE value IS 187 (73.44% from 255) = 34.06%
R=37.70%
G=28.23%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715518700.250.100.19323.0835.1470.98
HexCF9BBB019A131432347
Octal317233273031122350343107
Binary1100111110011011101110110110011010100111010000111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9BBB; }

 p { color: rgb(207,155,187); }

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

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

 a { background-color: rgb(207,155,187); }

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

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

 span { border-color: rgb(207,155,187); }

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