#CB90BD

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

Shades of Lily #CB90BD

Tints of Lily #CB90BD

Color information

#CB90BD (or 0xCB90BD) is unknown color: approx Lily. HEX triplet: CB, 90 and BD. RGB value is (203,144,189). Sum of RGB (Red+Green+Blue) = 203+144+189=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CB90BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90BD is #346F42. Grayscale: #A6A6A6. Windows color (decimal): -3436355 or 12423371. OLE color: 12423371.

HSL color Cylindrical-coordinate representation of color #CB90BD: hue angle of 314.24º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB90BD is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB203144189-
CMYK00.290.070.20
HSL314.24º36.2%68.04%-
HSV(B)314.24º29.06%79.61%-
XYZ43.7936.3252.85-
YUV166.77140.55153.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.87%
GREEN value IS 144 (56.64% from 255) = 26.87%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=37.87%
G=26.87%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314418900.290.070.20314.2436.268.04
HexCB90BD01D71413a2444
Octal31322027503572447244104
Binary110010111001000010111101011101111101001001110101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB90BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB90BD; }

 p { color: rgb(203,144,189); }

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

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

 a { background-color: rgb(203,144,189); }

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

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

 span { border-color: rgb(203,144,189); }

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