#CF98CB

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

Shades of Lilac #CF98CB

Tints of Lilac #CF98CB

Color information

#CF98CB (or 0xCF98CB) is unknown color: approx Lilac. HEX triplet: CF, 98 and CB. RGB value is (207,152,203). Sum of RGB (Red+Green+Blue) = 207+152+203=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CF98CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF98CB is #306734. Grayscale: #AEAEAE. Windows color (decimal): -3172149 or 13342927. OLE color: 13342927.

HSL color Cylindrical-coordinate representation of color #CF98CB: hue angle of 304.36º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF98CB is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB207152203-
CMYK00.270.020.19
HSL304.36º36.42%70.39%-
HSV(B)304.36º26.57%81.18%-
XYZ47.7440.0361.71-
YUV174.26144.22151.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 152 (59.77% from 255) = 27.05%
BLUE value IS 203 (79.69% from 255) = 36.12%
R=36.83%
G=27.05%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715220300.270.020.19304.3636.4270.39
HexCF98CB01B2131302446
Octal31723031303322346044106
Binary11001111100110001100101101101110100111001100001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF98CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF98CB; }

 p { color: rgb(207,152,203); }

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

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

 a { background-color: rgb(207,152,203); }

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

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

 span { border-color: rgb(207,152,203); }

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