#CB9EAF

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

Shades of Lily #CB9EAF

Tints of Lily #CB9EAF

Color information

#CB9EAF (or 0xCB9EAF) is unknown color: approx Lily. HEX triplet: CB, 9E and AF. RGB value is (203,158,175). Sum of RGB (Red+Green+Blue) = 203+158+175=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9EAF is #346150. Grayscale: #ADADAD. Windows color (decimal): -3432785 or 11509451. OLE color: 11509451.

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

Color convert

RGB203158175-
CMYK00.220.140.20
HSL337.33º30.2%70.78%-
HSV(B)337.33º22.17%79.61%-
XYZ44.5940.2545.98-
YUV173.39128.91149.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.87%
GREEN value IS 158 (62.11% from 255) = 29.48%
BLUE value IS 175 (68.75% from 255) = 32.65%
R=37.87%
G=29.48%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315817500.220.140.20337.3330.270.78
HexCB9EAF016E141511e47
Octal313236257026162452136107
Binary110010111001111010101111010110111010100101010001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9EAF; }

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

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

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

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

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

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

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

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