#CF8DBA

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

Shades of Lily #CF8DBA

Tints of Lily #CF8DBA

Color information

#CF8DBA (or 0xCF8DBA) is unknown color: approx Lily. HEX triplet: CF, 8D and BA. RGB value is (207,141,186). Sum of RGB (Red+Green+Blue) = 207+141+186=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DBA is #307245. Grayscale: #A5A5A5. Windows color (decimal): -3174982 or 12225999. OLE color: 12225999.

HSL color Cylindrical-coordinate representation of color #CF8DBA: hue angle of 319.09º 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 #CF8DBA is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207141186-
CMYK00.320.100.19
HSL319.09º40.74%68.24%-
HSV(B)319.09º31.88%81.18%-
XYZ44.1235.8651.05-
YUV165.86139.37157.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.76%
GREEN value IS 141 (55.47% from 255) = 26.40%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=38.76%
G=26.40%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714118600.320.100.19319.0940.7468.24
HexCF8DBA020A1313f2944
Octal317215272040122347751104
Binary11001111100011011011101001000001010100111001111111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8DBA; }

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

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

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

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

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

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

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

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