#CB9FBD

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

Shades of Lily #CB9FBD

Tints of Lily #CB9FBD

Color information

#CB9FBD (or 0xCB9FBD) is unknown color: approx Lily. HEX triplet: CB, 9F and BD. RGB value is (203,159,189). Sum of RGB (Red+Green+Blue) = 203+159+189=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9FBD is #346042. Grayscale: #AFAFAF. Windows color (decimal): -3432515 or 12427211. OLE color: 12427211.

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

Color convert

RGB203159189-
CMYK00.220.070.20
HSL319.09º29.73%70.98%-
HSV(B)319.09º21.67%79.61%-
XYZ46.2141.1753.65-
YUV175.58135.58147.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 159 (62.5% from 255) = 28.86%
BLUE value IS 189 (74.22% from 255) = 34.30%
R=36.84%
G=28.86%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315918900.220.070.20319.0929.7370.98
HexCB9FBD01671413f1e47
Octal31323727502672447736107
Binary11001011100111111011110101011011110100100111111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9FBD; }

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

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

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

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

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

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

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

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