#CF90B4

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

Shades of Lily #CF90B4

Tints of Lily #CF90B4

Color information

#CF90B4 (or 0xCF90B4) is unknown color: approx Lily. HEX triplet: CF, 90 and B4. RGB value is (207,144,180). Sum of RGB (Red+Green+Blue) = 207+144+180=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CF90B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF90B4 is #306F4B. Grayscale: #A6A6A6. Windows color (decimal): -3174220 or 11833551. OLE color: 11833551.

HSL color Cylindrical-coordinate representation of color #CF90B4: hue angle of 325.71º 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 #CF90B4 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB207144180-
CMYK00.300.130.19
HSL325.71º39.62%68.82%-
HSV(B)325.71º30.43%81.18%-
XYZ43.9436.5147.91-
YUV166.94135.37156.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.98%
GREEN value IS 144 (56.64% from 255) = 27.12%
BLUE value IS 180 (70.70% from 255) = 33.90%
R=38.98%
G=27.12%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714418000.300.130.19325.7139.6268.82
HexCF90B401ED131462845
Octal317220264036152350650105
Binary1100111110010000101101000111101101100111010001101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF90B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF90B4; }

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

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

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

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

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

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

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

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