#CB8DAD

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

Shades of Lily #CB8DAD

Tints of Lily #CB8DAD

Color information

#CB8DAD (or 0xCB8DAD) is unknown color: approx Lily. HEX triplet: CB, 8D and AD. RGB value is (203,141,173). Sum of RGB (Red+Green+Blue) = 203+141+173=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8DAD is #347252. Grayscale: #A3A3A3. Windows color (decimal): -3437139 or 11374027. OLE color: 11374027.

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

Color convert

RGB203141173-
CMYK00.310.150.20
HSL329.03º37.35%67.45%-
HSV(B)329.03º30.54%79.61%-
XYZ41.734.7644.05-
YUV163.19133.54156.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.26%
GREEN value IS 141 (55.47% from 255) = 27.27%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=39.26%
G=27.27%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314117300.310.150.20329.0337.3567.45
HexCB8DAD01FF141492543
Octal313215255037172451145103
Binary1100101110001101101011010111111111101001010010011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8DAD; }

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

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

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

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

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

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

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

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