Html Css Color HEX #DCB0DB French Lilac

📋 copy color: '#DCB0DB'

red 220 ◦ green 176 ◦ blue 219

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

Shades of French Lilac #DCB0DB

Tints of French Lilac #DCB0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.61%

R = 35.77%
G = 28.62%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DCB0DB (or 0xDCB0DB) is known color: French Lilac. HEX triplet: DC, B0 and DB. RGB value is (220,176,219). Sum of RGB (Red+Green+Blue) = 220+176+219=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0DB is #234F24. Grayscale: #C1C1C1. Windows color (decimal): -2314021 or 14397660. OLE color: 14397660.

HSL color Cylindrical-coordinate representation of color #DCB0DB: hue angle of 301.36º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB0DB is Cyan = 0, Magento = 0.2, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 219 -
CMYK 0 0.2 0.00 0.14
HSL 301.36º 0.39% 0.78% -
HSV(B) 301.36º 0.2% 0.86% -
XYZ 57.83 51.38 73.89 -
YUV 194.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 220 176 219 0 0.2 0.00 0.14 301.36 0.39 0.78
Hex DC B0 DB 0 14 0 E 12D 27 4E
Octal 334 260 333 0 24 0 16 455 47 116
Binary 11011100 10110000 11011011 0 10100 0 1110 100101101 100111 1001110

Color Harmonies of #DCB0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB0DB

Black with #DCB0DB

Text Example


Text Example

White with #DCB0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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