#D38CCB

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

Shades of Lilac #D38CCB

Tints of Lilac #D38CCB

Color information

#D38CCB (or 0xD38CCB) is unknown color: approx Lilac. HEX triplet: D3, 8C and CB. RGB value is (211,140,203). Sum of RGB (Red+Green+Blue) = 211+140+203=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 211 - color contains mainly: red. Hex color #D38CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38CCB is #2C7334. Grayscale: #A8A8A8. Windows color (decimal): -2913077 or 13339859. OLE color: 13339859.

HSL color Cylindrical-coordinate representation of color #D38CCB: hue angle of 306.76º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D38CCB is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB211140203-
CMYK00.340.040.17
HSL306.76º44.65%68.82%-
HSV(B)306.76º33.65%82.75%-
XYZ47.0236.9261.15-
YUV168.41147.52158.38-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.09%
GREEN value IS 140 (55.08% from 255) = 25.27%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=38.09%
G=25.27%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114020300.340.040.17306.7644.6568.82
HexD38CCB0224111332d45
Octal32321431304242146355105
Binary1101001110001100110010110100010100100011001100111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38CCB; }

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

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

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

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

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

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

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

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