#CF88BC

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

Shades of Lily #CF88BC

Tints of Lily #CF88BC

Color information

#CF88BC (or 0xCF88BC) is unknown color: approx Lily. HEX triplet: CF, 88 and BC. RGB value is (207,136,188). Sum of RGB (Red+Green+Blue) = 207+136+188=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88BC is #307743. Grayscale: #A3A3A3. Windows color (decimal): -3176260 or 12355791. OLE color: 12355791.

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

Color convert

RGB207136188-
CMYK00.340.090.19
HSL316.06º42.51%67.25%-
HSV(B)316.06º34.3%81.18%-
XYZ43.6134.551.94-
YUV163.16142.02159.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.98%
GREEN value IS 136 (53.52% from 255) = 25.61%
BLUE value IS 188 (73.83% from 255) = 35.40%
R=38.98%
G=25.61%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713618800.340.090.19316.0642.5167.25
HexCF88BC02291313c2b43
Octal317210274042112347453103
Binary11001111100010001011110001000101001100111001111001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF88BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF88BC; }

 p { color: rgb(207,136,188); }

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

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

 a { background-color: rgb(207,136,188); }

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

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

 span { border-color: rgb(207,136,188); }

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