#CD99CB

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

Shades of Lilac #CD99CB

Tints of Lilac #CD99CB

Color information

#CD99CB (or 0xCD99CB) is unknown color: approx Lilac. HEX triplet: CD, 99 and CB. RGB value is (205,153,203). Sum of RGB (Red+Green+Blue) = 205+153+203=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CD99CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD99CB is #326634. Grayscale: #AEAEAE. Windows color (decimal): -3302965 or 13343181. OLE color: 13343181.

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

Color convert

RGB205153203-
CMYK00.250.010.20
HSL302.31º34.21%70.2%-
HSV(B)302.31º25.37%80.39%-
XYZ47.3540.0761.74-
YUV174.25144.23149.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 153 (60.16% from 255) = 27.27%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=36.54%
G=27.27%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515320300.250.010.20302.3134.2170.2
HexCD99CB01911412e2246
Octal31523131303112445642106
Binary1100110110011001110010110110011101001001011101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD99CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD99CB; }

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

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

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

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

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

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

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

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