Html Css Color HEX #DCBAD4 French Lilac

📋 copy color: '#DCBAD4'

red 220 ◦ green 186 ◦ blue 212

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

Shades of French Lilac #DCBAD4

Tints of French Lilac #DCBAD4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.1%

 BLUE value IS 212 (83.2% from 255) = 34.3%

R = 35.6%
G = 30.1%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DCBAD4 (or 0xDCBAD4) is known color: French Lilac. HEX triplet: DC, BA and D4. RGB value is (220,186,212). Sum of RGB (Red+Green+Blue) = 220+186+212=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAD4 is #23452B. Grayscale: #C7C7C7. Windows color (decimal): -2311468 or 13941468. OLE color: 13941468.

HSL color Cylindrical-coordinate representation of color #DCBAD4: hue angle of 314.12º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBAD4 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 186 212 -
CMYK 0 0.15 0.04 0.14
HSL 314.12º 0.33% 0.8% -
HSV(B) 314.12º 0.15% 0.86% -
XYZ 58.96 55.09 69.81 -
YUV 199.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 220 186 212 0 0.15 0.04 0.14 314.12 0.33 0.8
Hex DC BA D4 0 F 4 E 13A 21 50
Octal 334 272 324 0 17 4 16 472 41 120
Binary 11011100 10111010 11010100 0 1111 100 1110 100111010 100001 1010000

Color Harmonies of #DCBAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAD4

Black with #DCBAD4

Text Example


Text Example

White with #DCBAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAD4; }

 p { color: rgb(220,186,212); }

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

background-color css

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

 a { background-color: rgb(220,186,212); }

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

border-color css

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

 span { border-color: rgb(220,186,212); }

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