#CF93B3

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

Shades of Lily #CF93B3

Tints of Lily #CF93B3

Color information

#CF93B3 (or 0xCF93B3) is unknown color: approx Lily. HEX triplet: CF, 93 and B3. RGB value is (207,147,179). Sum of RGB (Red+Green+Blue) = 207+147+179=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93B3 is #306C4C. Grayscale: #A8A8A8. Windows color (decimal): -3173453 or 11768783. OLE color: 11768783.

HSL color Cylindrical-coordinate representation of color #CF93B3: hue angle of 328º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF93B3 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB207147179-
CMYK00.290.140.19
HSL328º38.46%69.41%-
HSV(B)328º28.99%81.18%-
XYZ44.337.3947.53-
YUV168.59133.88155.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.84%
GREEN value IS 147 (57.81% from 255) = 27.58%
BLUE value IS 179 (70.31% from 255) = 33.58%
R=38.84%
G=27.58%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714717900.290.140.1932838.4669.41
HexCF93B301DE131482645
Octal317223263035162351046105
Binary1100111110010011101100110111011110100111010010001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF93B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF93B3; }

 p { color: rgb(207,147,179); }

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

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

 a { background-color: rgb(207,147,179); }

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

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

 span { border-color: rgb(207,147,179); }

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