#CD98CB

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

Shades of Lilac #CD98CB

Tints of Lilac #CD98CB

Color information

#CD98CB (or 0xCD98CB) is unknown color: approx Lilac. HEX triplet: CD, 98 and CB. RGB value is (205,152,203). Sum of RGB (Red+Green+Blue) = 205+152+203=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CD98CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD98CB is #326734. Grayscale: #ADADAD. Windows color (decimal): -3303221 or 13342925. OLE color: 13342925.

HSL color Cylindrical-coordinate representation of color #CD98CB: hue angle of 302.26º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CD98CB is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB205152203-
CMYK00.260.010.20
HSL302.26º34.64%70%-
HSV(B)302.26º25.85%80.39%-
XYZ47.1839.7561.69-
YUV173.66144.56150.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 152 (59.77% from 255) = 27.14%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=36.61%
G=27.14%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515220300.260.010.20302.2634.6470
HexCD98CB01A11412e2346
Octal31523031303212445643106
Binary1100110110011000110010110110101101001001011101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD98CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD98CB; }

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

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

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

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

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

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

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

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