#CF9DBB

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

Shades of Lily #CF9DBB

Tints of Lily #CF9DBB

Color information

#CF9DBB (or 0xCF9DBB) is unknown color: approx Lily. HEX triplet: CF, 9D and BB. RGB value is (207,157,187). Sum of RGB (Red+Green+Blue) = 207+157+187=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DBB is #306244. Grayscale: #AFAFAF. Windows color (decimal): -3170885 or 12295631. OLE color: 12295631.

HSL color Cylindrical-coordinate representation of color #CF9DBB: hue angle of 324º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9DBB is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207157187-
CMYK00.240.100.19
HSL324º34.25%71.37%-
HSV(B)324º24.15%81.18%-
XYZ46.7640.9752.46-
YUV175.37134.56150.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 157 (61.72% from 255) = 28.49%
BLUE value IS 187 (73.44% from 255) = 33.94%
R=37.57%
G=28.49%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715718700.240.100.1932434.2571.37
HexCF9DBB018A131442247
Octal317235273030122350442107
Binary1100111110011101101110110110001010100111010001001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9DBB; }

 p { color: rgb(207,157,187); }

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

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

 a { background-color: rgb(207,157,187); }

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

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

 span { border-color: rgb(207,157,187); }

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