#CB9CBF

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

Shades of Lily #CB9CBF

Tints of Lily #CB9CBF

Color information

#CB9CBF (or 0xCB9CBF) is unknown color: approx Lily. HEX triplet: CB, 9C and BF. RGB value is (203,156,191). Sum of RGB (Red+Green+Blue) = 203+156+191=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CBF is #346340. Grayscale: #ADADAD. Windows color (decimal): -3433281 or 12557515. OLE color: 12557515.

HSL color Cylindrical-coordinate representation of color #CB9CBF: hue angle of 315.32º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CB9CBF is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB203156191-
CMYK00.230.060.20
HSL315.32º31.13%70.39%-
HSV(B)315.32º23.15%79.61%-
XYZ45.9240.2454.64-
YUV174.04137.57148.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 156 (61.33% from 255) = 28.36%
BLUE value IS 191 (75% from 255) = 34.73%
R=36.91%
G=28.36%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315619100.230.060.20315.3231.1370.39
HexCB9CBF01761413b1f46
Octal31323427702762447337106
Binary11001011100111001011111101011111010100100111011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9CBF; }

 p { color: rgb(203,156,191); }

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

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

 a { background-color: rgb(203,156,191); }

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

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

 span { border-color: rgb(203,156,191); }

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