#D28CCB

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

Shades of Lilac #D28CCB

Tints of Lilac #D28CCB

Color information

#D28CCB (or 0xD28CCB) is unknown color: approx Lilac. HEX triplet: D2, 8C and CB. RGB value is (210,140,203). Sum of RGB (Red+Green+Blue) = 210+140+203=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 210 - color contains mainly: red. Hex color #D28CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CCB is #2D7334. Grayscale: #A7A7A7. Windows color (decimal): -2978613 or 13339858. OLE color: 13339858.

HSL color Cylindrical-coordinate representation of color #D28CCB: hue angle of 306º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28CCB is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210140203-
CMYK00.330.030.18
HSL306º43.75%68.63%-
HSV(B)306º33.33%82.35%-
XYZ46.7436.7761.13-
YUV168.11147.69157.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.97%
GREEN value IS 140 (55.08% from 255) = 25.32%
BLUE value IS 203 (79.69% from 255) = 36.71%
R=37.97%
G=25.32%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014020300.330.030.1830643.7568.63
HexD28CCB0213121322c45
Octal32221431304132246254105
Binary110100101000110011001011010000111100101001100101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28CCB; }

 p { color: rgb(210,140,203); }

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

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

 a { background-color: rgb(210,140,203); }

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

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

 span { border-color: rgb(210,140,203); }

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