#CF90BA

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

Shades of Lily #CF90BA

Tints of Lily #CF90BA

Color information

#CF90BA (or 0xCF90BA) is unknown color: approx Lily. HEX triplet: CF, 90 and BA. RGB value is (207,144,186). Sum of RGB (Red+Green+Blue) = 207+144+186=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CF90BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF90BA is #306F45. Grayscale: #A7A7A7. Windows color (decimal): -3174214 or 12226767. OLE color: 12226767.

HSL color Cylindrical-coordinate representation of color #CF90BA: hue angle of 320º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF90BA is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207144186-
CMYK00.300.100.19
HSL320º39.62%68.82%-
HSV(B)320º30.43%81.18%-
XYZ44.5736.7651.2-
YUV167.62138.37156.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.55%
GREEN value IS 144 (56.64% from 255) = 26.82%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=38.55%
G=26.82%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714418600.300.100.1932039.6268.82
HexCF90BA01EA131402845
Octal317220272036122350050105
Binary1100111110010000101110100111101010100111010000001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF90BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF90BA; }

 p { color: rgb(207,144,186); }

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

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

 a { background-color: rgb(207,144,186); }

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

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

 span { border-color: rgb(207,144,186); }

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