Html Css Color HEX #DCB4D5 French Lilac

📋 copy color: '#DCB4D5'

red 220 ◦ green 180 ◦ blue 213

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

Shades of French Lilac #DCB4D5

Tints of French Lilac #DCB4D5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.36%

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

R = 35.89%
G = 29.36%
B = 34.75%

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

#DCB4D5 (or 0xDCB4D5) is known color: French Lilac. HEX triplet: DC, B4 and D5. RGB value is (220,180,213). Sum of RGB (Red+Green+Blue) = 220+180+213=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 180 (70.70% from 255 or 29.36% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4D5 is #234B2A. Grayscale: #C3C3C3. Windows color (decimal): -2313003 or 14005468. OLE color: 14005468.

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

Color convert

RGB 220 180 213 -
CMYK 0 0.18 0.03 0.14
HSL 310.5º 0.36% 0.78% -
HSV(B) 310.5º 0.18% 0.86% -
XYZ 57.85 52.66 70.07 -
YUV 195.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 220 180 213 0 0.18 0.03 0.14 310.5 0.36 0.78
Hex DC B4 D5 0 12 3 E 136 24 4E
Octal 334 264 325 0 22 3 16 466 44 116
Binary 11011100 10110100 11010101 0 10010 11 1110 100110110 100100 1001110

Color Harmonies of #DCB4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB4D5

Black with #DCB4D5

Text Example


Text Example

White with #DCB4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB4D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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