#CB9EBF

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

Shades of Lily #CB9EBF

Tints of Lily #CB9EBF

Color information

#CB9EBF (or 0xCB9EBF) is unknown color: approx Lily. HEX triplet: CB, 9E and BF. RGB value is (203,158,191). Sum of RGB (Red+Green+Blue) = 203+158+191=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9EBF is #346140. Grayscale: #AFAFAF. Windows color (decimal): -3432769 or 12558027. OLE color: 12558027.

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

Color convert

RGB203158191-
CMYK00.220.060.20
HSL316º30.2%70.78%-
HSV(B)316º22.17%79.61%-
XYZ46.2640.9154.75-
YUV175.22136.91147.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.78%
GREEN value IS 158 (62.11% from 255) = 28.62%
BLUE value IS 191 (75% from 255) = 34.60%
R=36.78%
G=28.62%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315819100.220.060.2031630.270.78
HexCB9EBF01661413c1e47
Octal31323627702662447436107
Binary11001011100111101011111101011011010100100111100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9EBF; }

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

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

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

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

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

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

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

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