Html Css Color HEX #DCB0DD French Lilac

📋 copy color: '#DCB0DD'

red 220 ◦ green 176 ◦ blue 221

#DCB0DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Lilac #DCB0DD

Tints of French Lilac #DCB0DD

RGB

 RED value IS 220 (86.33% from 255) = 35.66%

 GREEN value IS 176 (69.14% from 255) = 28.53%

 BLUE value IS 221 (86.72% from 255) = 35.82%

R = 35.66%
G = 28.53%
B = 35.82%

CMYK

 C value IS 0.00

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCB0DD (or 0xDCB0DD) is known color: French Lilac. HEX triplet: DC, B0 and DD. RGB value is (220,176,221). Sum of RGB (Red+Green+Blue) = 220+176+221=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCB0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0DD is #234F22. Grayscale: #C2C2C2. Windows color (decimal): -2314019 or 14528732. OLE color: 14528732.

HSL color Cylindrical-coordinate representation of color #DCB0DD: hue angle of 298.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB0DD is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 176 221 -
CMYK 0.00 0.20 0 0.13
HSL 298.67º 0.4% 0.78% -
HSV(B) 298.67º 0.2% 0.87% -
XYZ 58.09 51.49 75.28 -
YUV 194.29 143.08 146.34 -
System Red Green Blue C M Y K H S L
Decimal 220 176 221 0.00 0.20 0 0.13 298.67 0.4 0.78
Hex DC B0 DD 0 14 0 D 12B 28 4E
Octal 334 260 335 0 24 0 15 453 50 116
Binary 11011100 10110000 11011101 0 10100 0 1101 100101011 101000 1001110

Color Harmonies of #DCB0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB0DD

Black with #DCB0DD

Text Example


Text Example

White with #DCB0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB0DD; }

 p { color: rgb(220,176,221); }

 H1.HeaderClassName
 {
   color: #DCB0DD;
 }
 .AnyTagClassName
 {
   color: #DCB0DD;
 }
</style>

background-color css

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

 a { background-color: rgb(220,176,221); }

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

border-color css

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

 span { border-color: rgb(220,176,221); }

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