Html Css Color HEX #DCB5D6 French Lilac

📋 copy color: '#DCB5D6'

red 220 ◦ green 181 ◦ blue 214

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

Shades of French Lilac #DCB5D6

Tints of French Lilac #DCB5D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.8%

R = 35.77%
G = 29.43%
B = 34.8%

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

#DCB5D6 (or 0xDCB5D6) is known color: French Lilac. HEX triplet: DC, B5 and D6. RGB value is (220,181,214). Sum of RGB (Red+Green+Blue) = 220+181+214=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 181 (71.09% from 255 or 29.43% from 615); Blue value is 214 (83.98% from 255 or 34.80% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5D6 is #234A29. Grayscale: #C4C4C4. Windows color (decimal): -2312746 or 14071260. OLE color: 14071260.

HSL color Cylindrical-coordinate representation of color #DCB5D6: hue angle of 309.23º 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 #DCB5D6 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 181 214 -
CMYK 0 0.18 0.03 0.14
HSL 309.23º 0.36% 0.79% -
HSV(B) 309.23º 0.18% 0.86% -
XYZ 58.18 53.12 70.8 -
YUV 196.42 137.92 144.82 -
System Red Green Blue C M Y K H S L
Decimal 220 181 214 0 0.18 0.03 0.14 309.23 0.36 0.79
Hex DC B5 D6 0 12 3 E 135 24 4F
Octal 334 265 326 0 22 3 16 465 44 117
Binary 11011100 10110101 11010110 0 10010 11 1110 100110101 100100 1001111

Color Harmonies of #DCB5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB5D6

Black with #DCB5D6

Text Example


Text Example

White with #DCB5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB5D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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