Html Css Color HEX #DCBCD6 French Lilac

📋 copy color: '#DCBCD6'

red 220 ◦ green 188 ◦ blue 214

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

Shades of French Lilac #DCBCD6

Tints of French Lilac #DCBCD6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.23%

 BLUE value IS 214 (83.98% from 255) = 34.41%

R = 35.37%
G = 30.23%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DCBCD6 (or 0xDCBCD6) is known color: French Lilac. HEX triplet: DC, BC and D6. RGB value is (220,188,214). Sum of RGB (Red+Green+Blue) = 220+188+214=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCD6 is #234329. Grayscale: #C8C8C8. Windows color (decimal): -2310954 or 14073052. OLE color: 14073052.

HSL color Cylindrical-coordinate representation of color #DCBCD6: hue angle of 311.25º degrees, saturation: 0.31, 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 #DCBCD6 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 188 214 -
CMYK 0 0.15 0.03 0.14
HSL 311.25º 0.31% 0.8% -
HSV(B) 311.25º 0.15% 0.86% -
XYZ 59.64 56.04 71.29 -
YUV 200.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 220 188 214 0 0.15 0.03 0.14 311.25 0.31 0.8
Hex DC BC D6 0 F 3 E 137 1F 50
Octal 334 274 326 0 17 3 16 467 37 120
Binary 11011100 10111100 11010110 0 1111 11 1110 100110111 11111 1010000

Color Harmonies of #DCBCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCD6

Black with #DCBCD6

Text Example


Text Example

White with #DCBCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCD6; }

 p { color: rgb(220,188,214); }

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

background-color css

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

 a { background-color: rgb(220,188,214); }

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

border-color css

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

 span { border-color: rgb(220,188,214); }

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