#CB9DBE

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

Shades of Lily #CB9DBE

Tints of Lily #CB9DBE

Color information

#CB9DBE (or 0xCB9DBE) is unknown color: approx Lily. HEX triplet: CB, 9D and BE. RGB value is (203,157,190). Sum of RGB (Red+Green+Blue) = 203+157+190=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DBE is #346241. Grayscale: #AEAEAE. Windows color (decimal): -3433026 or 12492235. OLE color: 12492235.

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

Color convert

RGB203157190-
CMYK00.230.060.20
HSL316.96º30.67%70.59%-
HSV(B)316.96º22.66%79.61%-
XYZ45.9840.5354.11-
YUV174.52136.74148.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 157 (61.72% from 255) = 28.55%
BLUE value IS 190 (74.61% from 255) = 34.55%
R=36.91%
G=28.55%
B=34.55%

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
Decimal20315719000.230.060.20316.9630.6770.59
HexCB9DBE01761413d1f47
Octal31323527602762447537107
Binary11001011100111011011111001011111010100100111101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9DBE; }

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

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

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

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

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

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

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

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