#CF8ABB

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

Shades of Lily #CF8ABB

Tints of Lily #CF8ABB

Color information

#CF8ABB (or 0xCF8ABB) is unknown color: approx Lily. HEX triplet: CF, 8A and BB. RGB value is (207,138,187). Sum of RGB (Red+Green+Blue) = 207+138+187=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ABB is #307544. Grayscale: #A4A4A4. Windows color (decimal): -3175749 or 12290767. OLE color: 12290767.

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

Color convert

RGB207138187-
CMYK00.330.100.19
HSL317.39º41.82%67.65%-
HSV(B)317.39º33.33%81.18%-
XYZ43.7935.0351.47-
YUV164.22140.86158.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 138 (54.30% from 255) = 25.94%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=38.91%
G=25.94%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713818700.330.100.19317.3941.8267.65
HexCF8ABB021A1313d2a44
Octal317212273041122347552104
Binary11001111100010101011101101000011010100111001111011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8ABB; }

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

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

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

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

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

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

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

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