#CB8EAD

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

Shades of Lily #CB8EAD

Tints of Lily #CB8EAD

Color information

#CB8EAD (or 0xCB8EAD) is unknown color: approx Lily. HEX triplet: CB, 8E and AD. RGB value is (203,142,173). Sum of RGB (Red+Green+Blue) = 203+142+173=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8EAD is #347152. Grayscale: #A3A3A3. Windows color (decimal): -3436883 or 11374283. OLE color: 11374283.

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

Color convert

RGB203142173-
CMYK00.300.150.20
HSL329.51º36.97%67.65%-
HSV(B)329.51º30.05%79.61%-
XYZ41.8435.0644.1-
YUV163.77133.21155.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.19%
GREEN value IS 142 (55.86% from 255) = 27.41%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=39.19%
G=27.41%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314217300.300.150.20329.5136.9767.65
HexCB8EAD01EF1414a2544
Octal313216255036172451245104
Binary1100101110001110101011010111101111101001010010101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8EAD; }

 p { color: rgb(203,142,173); }

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

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

 a { background-color: rgb(203,142,173); }

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

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

 span { border-color: rgb(203,142,173); }

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