#CB8FAE

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

Shades of Lily #CB8FAE

Tints of Lily #CB8FAE

Color information

#CB8FAE (or 0xCB8FAE) is unknown color: approx Lily. HEX triplet: CB, 8F and AE. RGB value is (203,143,174). Sum of RGB (Red+Green+Blue) = 203+143+174=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8FAE is #347051. Grayscale: #A4A4A4. Windows color (decimal): -3436626 or 11440075. OLE color: 11440075.

HSL color Cylindrical-coordinate representation of color #CB8FAE: hue angle of 329º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB8FAE is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB203143174-
CMYK00.300.140.20
HSL329º36.59%67.84%-
HSV(B)329º29.56%79.61%-
XYZ42.0935.444.66-
YUV164.47133.38155.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.04%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=39.04%
G=27.5%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314317400.300.140.2032936.5967.84
HexCB8FAE01EE141492544
Octal313217256036162451145104
Binary1100101110001111101011100111101110101001010010011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8FAE; }

 p { color: rgb(203,143,174); }

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

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

 a { background-color: rgb(203,143,174); }

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

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

 span { border-color: rgb(203,143,174); }

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