#cf8db2

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

Shades of Lily #CF8DB2

Tints of Lily #CF8DB2

Color information

#CF8DB2 (or 0xCF8DB2) is unknown color: approx Lily. HEX triplet: CF, 8D and B2. RGB value is (207,141,178). Sum of RGB (Red+Green+Blue) = 207+141+178=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8DB2 is #30724D. Grayscale: #A4A4A4. Windows color (decimal): -3174990 or 11701711. OLE color: 11701711.

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

Color convert

RGB207141178-
CMYK00.320.140.19
HSL326.36º40.74%68.24%-
HSV(B)326.36º31.88%81.18%-
XYZ43.2935.5346.7-
YUV164.95135.37157.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.35%
GREEN value IS 141 (55.47% from 255) = 26.81%
BLUE value IS 178 (69.92% from 255) = 33.84%
R=39.35%
G=26.81%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714117800.320.140.19326.3640.7468.24
HexCF8DB2020E131462944
Octal317215262040162350651104
Binary11001111100011011011001001000001110100111010001101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf8db2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf8db2; }

 p { color: rgb(207,141,178); }

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

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

 a { background-color: rgb(207,141,178); }

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

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

 span { border-color: rgb(207,141,178); }

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