Html Css Color HEX #DCB0D3 French Lilac

📋 copy color: '#DCB0D3'

red 220 ◦ green 176 ◦ blue 211

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

Shades of French Lilac #DCB0D3

Tints of French Lilac #DCB0D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.76%

R = 36.24%
G = 29%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DCB0D3 (or 0xDCB0D3) is known color: French Lilac. HEX triplet: DC, B0 and D3. RGB value is (220,176,211). Sum of RGB (Red+Green+Blue) = 220+176+211=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0D3 is #234F2C. Grayscale: #C1C1C1. Windows color (decimal): -2314029 or 13873372. OLE color: 13873372.

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

Color convert

RGB 220 176 211 -
CMYK 0 0.2 0.04 0.14
HSL 312.27º 0.39% 0.78% -
HSV(B) 312.27º 0.2% 0.86% -
XYZ 56.8 50.97 68.47 -
YUV 193.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 220 176 211 0 0.2 0.04 0.14 312.27 0.39 0.78
Hex DC B0 D3 0 14 4 E 138 27 4E
Octal 334 260 323 0 24 4 16 470 47 116
Binary 11011100 10110000 11010011 0 10100 100 1110 100111000 100111 1001110

Color Harmonies of #DCB0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB0D3

Black with #DCB0D3

Text Example


Text Example

White with #DCB0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB0D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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