Html Css Color HEX #DCB5D5 French Lilac

📋 copy color: '#DCB5D5'

red 220 ◦ green 181 ◦ blue 213

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

Shades of French Lilac #DCB5D5

Tints of French Lilac #DCB5D5

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.48%

 BLUE value IS 213 (83.59% from 255) = 34.69%

R = 35.83%
G = 29.48%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DCB5D5 (or 0xDCB5D5) is known color: French Lilac. HEX triplet: DC, B5 and D5. RGB value is (220,181,213). Sum of RGB (Red+Green+Blue) = 220+181+213=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5D5 is #234A2A. Grayscale: #C4C4C4. Windows color (decimal): -2312747 or 14005724. OLE color: 14005724.

HSL color Cylindrical-coordinate representation of color #DCB5D5: hue angle of 310.77º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB5D5 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 181 213 -
CMYK 0 0.18 0.03 0.14
HSL 310.77º 0.36% 0.79% -
HSV(B) 310.77º 0.18% 0.86% -
XYZ 58.05 53.07 70.13 -
YUV 196.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 220 181 213 0 0.18 0.03 0.14 310.77 0.36 0.79
Hex DC B5 D5 0 12 3 E 137 24 4F
Octal 334 265 325 0 22 3 16 467 44 117
Binary 11011100 10110101 11010101 0 10010 11 1110 100110111 100100 1001111

Color Harmonies of #DCB5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB5D5

Black with #DCB5D5

Text Example


Text Example

White with #DCB5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB5D5; }

 p { color: rgb(220,181,213); }

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

background-color css

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

 a { background-color: rgb(220,181,213); }

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

border-color css

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

 span { border-color: rgb(220,181,213); }

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