#CB90BE

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

Shades of Lily #CB90BE

Tints of Lily #CB90BE

Color information

#CB90BE (or 0xCB90BE) is unknown color: approx Lily. HEX triplet: CB, 90 and BE. RGB value is (203,144,190). Sum of RGB (Red+Green+Blue) = 203+144+190=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CB90BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90BE is #346F41. Grayscale: #A6A6A6. Windows color (decimal): -3436354 or 12488907. OLE color: 12488907.

HSL color Cylindrical-coordinate representation of color #CB90BE: hue angle of 313.22º 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 #CB90BE is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB203144190-
CMYK00.290.060.20
HSL313.22º36.2%68.04%-
HSV(B)313.22º29.06%79.61%-
XYZ43.936.3653.42-
YUV166.88141.05153.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.80%
GREEN value IS 144 (56.64% from 255) = 26.82%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=37.80%
G=26.82%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314419000.290.060.20313.2236.268.04
HexCB90BE01D6141392444
Octal31322027603562447144104
Binary110010111001000010111110011101110101001001110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB90BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB90BE; }

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

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

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

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

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

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

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

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