Html Css Color HEX #DCB2DA French Lilac

📋 copy color: '#DCB2DA'

red 220 ◦ green 178 ◦ blue 218

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

Shades of French Lilac #DCB2DA

Tints of French Lilac #DCB2DA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.9%

 BLUE value IS 218 (85.55% from 255) = 35.39%

R = 35.71%
G = 28.9%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DCB2DA (or 0xDCB2DA) is known color: French Lilac. HEX triplet: DC, B2 and DA. RGB value is (220,178,218). Sum of RGB (Red+Green+Blue) = 220+178+218=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 178 (69.92% from 255 or 28.90% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2DA is #234D25. Grayscale: #C2C2C2. Windows color (decimal): -2313510 or 14332636. OLE color: 14332636.

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

Color convert

RGB 220 178 218 -
CMYK 0 0.19 0.01 0.14
HSL 302.86º 0.38% 0.78% -
HSV(B) 302.86º 0.19% 0.86% -
XYZ 58.09 52.12 73.33 -
YUV 195.12 140.91 145.75 -
System Red Green Blue C M Y K H S L
Decimal 220 178 218 0 0.19 0.01 0.14 302.86 0.38 0.78
Hex DC B2 DA 0 13 1 E 12F 26 4E
Octal 334 262 332 0 23 1 16 457 46 116
Binary 11011100 10110010 11011010 0 10011 1 1110 100101111 100110 1001110

Color Harmonies of #DCB2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB2DA

Black with #DCB2DA

Text Example


Text Example

White with #DCB2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB2DA; }

 p { color: rgb(220,178,218); }

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

background-color css

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

 a { background-color: rgb(220,178,218); }

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

border-color css

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

 span { border-color: rgb(220,178,218); }

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