Html Css Color HEX #DCB0D9 French Lilac

📋 copy color: '#DCB0D9'

red 220 ◦ green 176 ◦ blue 217

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

Shades of French Lilac #DCB0D9

Tints of French Lilac #DCB0D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.4%

R = 35.89%
G = 28.71%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DCB0D9 (or 0xDCB0D9) is known color: French Lilac. HEX triplet: DC, B0 and D9. RGB value is (220,176,217). Sum of RGB (Red+Green+Blue) = 220+176+217=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0D9 is #234F26. Grayscale: #C1C1C1. Windows color (decimal): -2314023 or 14266588. OLE color: 14266588.

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

Color convert

RGB 220 176 217 -
CMYK 0 0.2 0.01 0.14
HSL 304.09º 0.39% 0.78% -
HSV(B) 304.09º 0.2% 0.86% -
XYZ 57.56 51.28 72.51 -
YUV 193.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 220 176 217 0 0.2 0.01 0.14 304.09 0.39 0.78
Hex DC B0 D9 0 14 1 E 130 27 4E
Octal 334 260 331 0 24 1 16 460 47 116
Binary 11011100 10110000 11011001 0 10100 1 1110 100110000 100111 1001110

Color Harmonies of #DCB0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB0D9

Black with #DCB0D9

Text Example


Text Example

White with #DCB0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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